This is a sample application demonstrating how to build an Node.js express RESTful application that integrates with MongoDB. You can see the tutorial here
- Clone the repo
- Install dependencies:
npm install
- Install and run MongoDB on your system. This repo works on an instance running on
localhost:27017
- Start the application:
node index.js