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

macchiang/node-express-mongo-example

 
 

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. Start your mongoDB instance. 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

Languages

  • JavaScript 80.1%
  • Dockerfile 10.0%
  • Shell 9.9%