Skip to content

Connecting to MongoDB and find update documents using Mongoose

Notifications You must be signed in to change notification settings

talatm02/mongoDBUsingMongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect to MongoDB Using NodeJS

This is project is simple in NodeJS on Exress framework to connect with MongoDB using mongoose library

Getting Started

Make sure MongoDB is installed in your local machine.

Prerequisites

  • MongoDB download
  • NodeJS download
  • Import student.json file in your local mongoDB using following command
mongoimport --drop -d school -c students students.json

About

Connecting to MongoDB and find update documents using Mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published