Skip to content
Siddhesh edited this page Feb 4, 2022 · 7 revisions

Requirements

  • Go
  • Node + NPM
  • Postgres v14.1

Steps to run

Clone this repository first.

Starting server

  1. Change the directory to server : cd server
  2. Set Postgres database credentials in config/config.go file.
  3. Run the server go run main.go

Starting client

  1. Change the directory to client : cd client
  2. Install dependencies (react, react-router, etc) : npm install
  3. Start client : npm start
Clone this wiki locally