Skip to content

programmer-blog/nodejs-mongodb-crud-tutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Source code for NodeJS MongoDB CRUD tutorial

URL: http://programmerblog.net/

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