Skip to content

Simple hapi boilerplate that is functional, testable, and awesome.

Notifications You must be signed in to change notification settings

sean-hill/hapi-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapi Boilerplate

Setup

$ npm install
$ npm start

Tests

$ npm test

API Docs

Navigate to /documentation for full blown swagger docs of the API.

File Structure

Routes / handlers / and business logic are contained within the /components directory. Each route is provided a handler function which is wrapped around a service function. These service functions allow each component's business logic to be tested independently from the API.

About

Simple hapi boilerplate that is functional, testable, and awesome.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published