Skip to content

hzitoun/smallNodeWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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