Skip to content

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

Notifications You must be signed in to change notification settings

sohamkamani/node-express-mongo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published