Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 325 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 325 Bytes

My Application

The project is generated by LoopBack. To setup the application:

  1. Install node dependencies using npm install.
  2. Setup POSTgreSQL database and connect it with datasources.json.
  3. Populate database using bootscript or POSTgreSQl queries.
  4. Enjoy the API using node . or npm start.