lxcid / jobsgowhere

Job board for people who lost their jobs during covid crisis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 43.5%Language:Go 25.4%Language:JavaScript 22.7%Language:TSQL 2.7%Language:HTML 2.2%Language:Makefile 1.8%Language:CSS 1.1%Language:Dockerfile 0.6%