项目作者: ankibahuguna

项目描述 :
Rest API boilerplate written in Hapi-17 (JWT, Mongo, Redis, es7, eslint, ava tests)
高级语言: JavaScript
项目地址: git://github.com/ankibahuguna/hapi17.git
创建时间: 2018-01-04T12:12:09Z
项目社区:https://github.com/ankibahuguna/hapi17

开源协议:

下载


What is this repository for?

Hapi-17 project that uses JWT, Swagger and Glue along with mongodb and redis to store data.

The JWT tokens are stored in Redis, while the user data in stored in MongoDB.

How do I get set up?

npm install && npm start

To check swagger documentation visit http://127.0.0.1:3000/documentation

Running with Docker

docker-compose up —build