Requires node.js and express.js to run
app.js # App entry point
└─── configs # Configuration related stuff
└─── controllers # Controllers for all the endpoints
└─── helpers # Utility function
└─── models # Object Models
└─── public # Static file
└─── routes # Routes for all the endpoints
└─── services # Business logic
$ yarn install
or $ npm install
$ yarn start
or $ npm start