Skip to content

A small RESTFULL API using Nodejs, Expressjs, Mongoose and Gulp.

Notifications You must be signed in to change notification settings

hzitoun/smallNodeWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 28, 2016
212a5a5 · Sep 28, 2016

History

17 Commits
Sep 28, 2016
Dec 2, 2015
Sep 28, 2016
Dec 2, 2015
Dec 3, 2015
Sep 28, 2016
Dec 3, 2015
Dec 3, 2015

Repository files navigation

smallNodeWS

A small RESTFULL API using Nodejs, Expressjs, Mongoose (Mongodb) and Gulp.
HTTP methods supported: POST, GET, PUT, PATCH and REMOVE.

Install it

>npm install nodemon -g
>npm install

Run it

>nodemon (https://github.com/remy/nodemon)

Insert some data into your mongodb

>use dev_db
>db.books.insert({ title : 'title1', author : 'author1', genre : 'genre1', read : true });

Test it

http://127.0.0.1:8000/api/books/

About

A small RESTFULL API using Nodejs, Expressjs, Mongoose and Gulp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published