How to work on this demo:

  • Clone repo git clone https://github.com/mManishTrivedi/demo-rest-api.git
  • DB url already configurable. (TODO: make injectable)
  • Go to root folder and run below commands:
# install dependencies
$ yarn 
# development
$ yarn start:dev
  • Server run on localhost:3000