Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sean-hill/hapi-jwt-auth-mongoose-studio.js
- Owner: sean-hill
- Created: 2016-05-30T15:00:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T00:53:55.000Z (over 8 years ago)
- Last Synced: 2024-11-08T08:46:09.229Z (about 2 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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