Skip to content

A simple CRUD application with Node.js (Express), MongoDB.

Notifications You must be signed in to change notification settings

aniruddhasm/nodemongodb

Repository files navigation

A simple CRUD application with Node.js (Express), MongoDB.

This is a basic create, read, update, delete (CRUD) operations example in Node.js (Express) and MongoDB.

Installation

Clone or download zip to your machine then hit this:

npm install

Database configuration

  • We are using MongoDB Atlas
  • If you are using the same then you only need to create the database name: easy-notes
  • Change the url in config->database.config.js
url: ''

Run the project

node app.js