An open API service indexing awesome lists of open source software.

https://github.com/ninadingole/express-rest

ReST webservices implemented using nodejs, express and mongoos
https://github.com/ninadingole/express-rest

Last synced: over 1 year ago
JSON representation

ReST webservices implemented using nodejs, express and mongoos

Awesome Lists containing this project

README

          

#Express-REST
REST webservice implemented using nodejs, express and mongoos.
##Run Locally
1. Download and Install [Node](https://nodejs.org/en/download/)
2. Run `npm install`.
3. Run `npm start`

* Database: MongoDB
* Testing Framework used: supertest, sinon, mocha
* Build-tool: gulp
* REST testing : DHC Rest Client (Chrome)

![Get All Books](img/getBooks.PNG?raw=true)

Show book by clicking Hyperlink.

![Get Book By Id](img/bookbyid.PNG?raw=true)

Please feel free to ask any doubt that you have and need further clarifications.

*Happy Coding*


Coverity Scan Build Status