Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 397 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 397 Bytes

hapiv17-mysql-skeleton

Basic boilerplate for Hapi with mysql.

Features

It includes following modules implementation.

1. Hapi v17
2. Mysql
3. Winston logger
4. Bcrypt
5. hapi-auth-bearer-token
6. JWT for access token generation
7. hapi-swagger

Installation

Fork it and run npm install

Future Implementations

 1. Unit testing module.
 2. JWT with certificates.