Skip to content

nodejs-indonesia/hapi-starter

Repository files navigation

Hapi Starter

A Hapi Starter RDMS with Sequelize ORM

Build Status Dependency Status codecov License: MIT

A boilerplate for the Node.js web application, which uses RDBS (relational database systems) such as MySQL, PostgreSQL, SQL Server and others.

Project based on and inspired by Hapi Boilerplate.

List of Packages

Package Description
bcrypt Library for hashing and salting user passwords.
boom HTTP-friendly error objects.
config Organizes hierarchical configurations for app deployments.
dotenv Loads environment variables from .env for nodejs projects.
good Hapi plugin to monitor and report on a variety of hapi server events as well as ops information from the host machine.
good-console Console reporting for Good process monitor
good-file File broadcasting for Good process monitor
good-squeeze Simple transform stream for event filtering with good.
hapi Web and services application framework
hapi-auth-jwt2 Secure Hapi.js authentication plugin using JSON Web Tokens (JWT) in Headers, Query or Cookies
joi Object schema validation
lodash A modern JavaScript utility library delivering modularity, performance, & extras.
mysql A pure node.js JavaScript Client implementing the MySql protocol.
require-directory Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.
rotating-file-stream Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.
sequelize An easy-to-use multi SQL dialect ORM for Node.js
eslint A fully pluggable tool for identifying and reporting on patterns in JavaScript.
eslint-config-hapi Shareable ESLint config for the hapi ecosystem.
eslint-plugin-hapi ESLint plugin containing hapi style guide rules
hapi-no-var ESLint rule to enforce the usage of var declarations only in try-catch scope
lab Simple test utility for Node.js.
nodemon Monitor for any changes in your node.js application and automatically restart the server.
sqlite3 Asynchronous, non-blocking SQLite3 bindings for Node.js.

Usage

Just clone the repository:

$ git clone https://github.com/nodejs-indonesia/hapi-starter.git

Install the dependencies and devDependencies.

$ cd hapi-starter
$ npm install

Create database development.

db_development

Setting environment and start the server.

$ cp .env.example .env
$ npm run dev

Running tests

Run test using lab:

npm test

Run test coverage using istanbul:

npm run codecov

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

License

The software licensed under the MIT license.

About

⭐ A Hapi Starter RDMS with Sequelize ORM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published