Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sean-hill/hapi-jwt-auth-mongoose-studio.js


https://github.com/sean-hill/hapi-jwt-auth-mongoose-studio.js

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hapi Boilerplate with Mongoose and Studio.js

Example hapi boilerplate that uses [mongoose](http://mongoosejs.com/) and [Studio.js](https://github.com/ericholiveira/studio) to build its API. Includes `hapi-swagger` documentation.

## Requirements

node >= 6

## Usage

$ npm install -g lab
$ npm install
$ npm start
Navigate to `http://localhost:3000/app-docs` for API documentation.

## Tests

$ npm test