Example hapi boilerplate that uses mongoose and Studio.js to build its API. Includes hapi-swagger
documentation.
node >= 6
$ npm install -g lab
$ npm install
$ npm start
Navigate to http://localhost:3000/app-docs
for API documentation.
$ npm test