- Clone this repo
- Install dependencies
npm install
- Code runs on PORT 1337 by default, to change the PORT edit index.js
- Code uses postgres database, you can change database connection settings on config.js to point to your own instance of postgres
- Run the backend
npm run start
- On successfull start, you should see the message 'Listen Successfully on 1337'
- Now you can start the frontend