/hapi-mocha-boilerplate

Hapi Server boilerplate with Mocha testing

Primary LanguageJavaScript

Hapi Boilerplate

Another fun hapi boilerplate that uses Mocha for testing purposes and adds a few minor setup things.

Description

This hapi boilerplate takes inspiration from https://github.com/rjmreis/hapi-api and adds testing setup with Mocha.

Quick Start

Clone project and install dependencies:

$ git clone https://github.com/pintocarlosd/hapi-mocha-boilerplate.git
$ cd hapi-mocha-boilerplate
$ yarn or npm install

Running Tests

  • yarn test
  • yarn tdd

Core Stack

License

The MIT License (MIT)