A small RESTFULL API using Nodejs, Expressjs, Mongoose (Mongodb) and Gulp.
HTTP methods supported: POST, GET, PUT, PATCH and REMOVE.
>npm install nodemon -g
>npm install
>nodemon (https://github.com/remy/nodemon)
>use dev_db
>db.books.insert({
title : 'title1',
author : 'author1',
genre : 'genre1',
read : true
});