/hapi-boiler

A simple boiler plate for hapijs

Primary LanguageJavaScript

#RESTful API using hapi.js and MongoDB

This is the code for this blog-post: Build a RESTful API using hapi.js and MongoDB

##How to setup?

You should have a current version of node installed and a local MongoDB server running. Now just clone the repository and execute these two commands:

npm install
node server.js