/node-express-mongo-example

This is a sample application demonstrating how to build an Node.js express RESTful application that integrates with MongoDB

Primary LanguageJavaScript

Node Express Mongo Example

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

Running the application

  1. Clone the repo
  2. Install dependencies: npm install
  3. Install and run MongoDB on your system. This repo works on an instance running on localhost:27017
  4. Start the application: node index.js