Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 487 Bytes

File metadata and controls

11 lines (8 loc) · 487 Bytes

RESTfulServer

This a simple RESTful Web Service coded in JavaScript using Node.JS

Installing

Use npm install to install all necessary packages.

Running

This program requires an instance of mongodb to be running in the background. After that, run server.js and then click on 'Tools' and 'Test RESTful Web Service' to add JSON data into the server.

Documentation

All documentation was made using yuidoc and can be found under the doc folder. Open index.html to view.