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
- Host: GitHub
- URL: https://github.com/ninadingole/express-rest
- Owner: ninadingole
- License: mit
- Created: 2016-12-24T12:46:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T14:20:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T02:43:56.637Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

Show book by clicking Hyperlink.

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