- Clone this repository
- Install Node.js dependencies
$ npm install
- Set environment variables for the postgres databse in the .env file
- npm start
- go to the client folder (cd /client)
- npm install
- Set environment variables REACT_APP_GOOGLE_MAP_API_KEY given by email in the .env
- npm start