priteshpoddar / hapi-boiler

A simple boiler plate for hapijs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

A simple boiler plate for hapijs


Languages

Language:JavaScript 84.4%Language:HTML 15.6%