Skip to content

programmer-blog/nodejs-mongodb-crud-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Source code for NodeJS MongoDB CRUD tutorial

Following tasks are performed in this tutorial

  1. Install MongoDB

  2. Learn basics of MongoDB

  3. Create a database and a collection of sample data

  4. Install NodeJS and select data from MongoDB using find method

  5. Insert data into MongoDB using insert method from NodeJS

  6. Fetch record and update data in MongoDB collection using update method in nodejs

  7. Delete records from MongoDB using deleteOne method from nodejs

Read detailed tutorial at: https://programmerblog.net/nodejs-mongodb-tutorial/

About

Source code for NodeJS MongoDB CRUD tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published