Skip to content

Job board for people who lost their jobs during covid crisis

License

Notifications You must be signed in to change notification settings

zr-faisal/jobsgowhere

 
 

Repository files navigation

JobsGoWhere

Job board for people who lost their jobs during covid crisis.

Check our contribution guidelines if you want to contribute to this project.

Steps to setup database on a local postgres instance

  1. Install golang-migrate on mac using brew install golang-migrate
  2. Create a local postgresql instance and a database josbsgowhere
  3. 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

Setup LinkedIn

  1. Copy .env.example as .env
  2. Fill in LINKEDIN_CLIENT_ID and LINKEDIN_CLIENT_SECRET
  3. Update LINKEDIN_CALLBACK_HOST as required

Steps to run with docker

  1. make build
  2. make run

About

Job board for people who lost their jobs during covid crisis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.4%
  • Go 35.1%
  • JavaScript 12.3%
  • TSQL 2.0%
  • HTML 1.2%
  • Makefile 1.0%
  • Other 1.0%