hapi-mongoose-boilerplate

Hapi boilerplate made with Mongoose, Bcrypt & Nodemon.

Stars
7

Hapi Mongoose Boilerplate v1.1.0.

Hapi boilerplate made with Mongoose, Bcrypt & Nodemon. Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality - your code, your way.

Installation

This template works with env variables and a MONGODB_URI.

Install dependencies:

npm i

Create an .env file at project root & fill a valid MONGODB_URI:

MONGODB_URI=

Start with nodemon:

npm run serve

Without nodemon:

npm run start

Built With

  • Hapi - The Simple, Secure Framework Developers Trust
  • Mongoose - Elegant MongoDB object modeling for Node.js
  • bcrypt - A library to help you hash passwords.
  • nodemon - nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

Versioning

We use SemVer for versioning.

Authors

  • Guillaume Duhan - Initial work - Github

License

This project is licensed under the MIT License.