/nodejs-mongodb-crud-tutorial

Source code for NodeJS MongoDB CRUD tutorial

Primary LanguageJavaScript

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/