Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 316 Bytes

node-boilerplate

Boilerplate to make simple mock APIs

Could be used to mock APIs or as a starter kit for API development.

###Commands to run

  • Run npm install to install the dependencies in package.json
  • Run npm start to start the node server

Inject your business logic in app folder.