macchiang / node-express-mongo-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 80.1%Language:Dockerfile 10.0%Language:Shell 9.9%