This is a simple nodejs boilerplate application, which uses router-services-model architecture to build the api's.
To Run the application in production mode
yarn start:prod
To Run the application in development mode
yarn start:dev
To Run the tests
Yarn test