Job board for people who lost their jobs during covid crisis.
Check our contribution guidelines if you want to contribute to this project.
- Install
golang-migrate
on mac usingbrew install golang-migrate
- Create a local postgresql instance and a database
josbsgowhere
- Run
make redo-local-db
. (Note: this step will drop and recreate objects in database)
Here is the link to install migrate for mac, linux and windows users: https://github.com/golang-migrate/migrate/tree/master/cmd/migrate
- Copy
.env.example
as.env
- Fill in
LINKEDIN_CLIENT_ID
andLINKEDIN_CLIENT_SECRET
- Update
LINKEDIN_CALLBACK_HOST
as required
make build
make run