- Clone this repository
- Install npm and postgres
- npm install in client and server folders
- Copy server/.env-template to server/.env and follow instructions
- Run the frontend:
- cd client
- npm start
- visit http://localhost:3000/
- Run the backend
- cd server
- configure database in ./server/config/config.json to PostgreSQL's information
- npm start