Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 229 Bytes

Sample application that uses Node.js, Express 3 and MongoDB to create a JSON API.

Installation

Install mongodb, run via mongod.

Then cd into the cloned directory and run:

$ npm install

Then run the app:

$ node app