You need Node and NPM installed for this.
- Clone the repo
- Run
npm install - Run
nodemon ./app.jsin command prompt - All endpoints served at
localhost:3000or the port specified in the config.
SQLite local database will auto generate in the repo folder.
Edit the connect.js, uncomment the commented part and vice versa. Change the database server credentials.