The project is generated by LoopBack. To setup the application:
- Install node dependencies using npm install.
- Setup POSTgreSQL database and connect it with datasources.json.
- Populate database using bootscript or POSTgreSQl queries.
- Enjoy the API using node . or npm start.