Install dependencies
npm install
Start database listener
mongod
Start Project
npm start
The application should start on localhost
at port 3000
Start test
npm test
API Docs can be found here : https://documenter.getpostman.com/view/1318242/S11NMGhM
var lumaHealth = require('luma')
app.use('/api', lumaHealth)