A simple demonstration of the rest-hapi plugin.
(NOTE: For an alternative quick start, check out his awesome yeoman generator for rest-hapi.)
You need Node.js installed and you'll need MongoDB installed and running.
clone the repo
$ git clone https://github.com/JKHeadley/rest-hapi-demo.git
install the dependencies
$ npm install
seed the models
$ ./node_modules/.bin/rest-hapi-cli seed
start the api
$ npm start
view the api docs at