Following tasks are performed in this tutorial
-
Install MongoDB
-
Learn basics of MongoDB
-
Create a database and a collection of sample data
-
Install NodeJS and select data from MongoDB using find method
-
Insert data into MongoDB using insert method from NodeJS
-
Fetch record and update data in MongoDB collection using update method in nodejs
-
Delete records from MongoDB using deleteOne method from nodejs
Read detailed tutorial at: https://programmerblog.net/nodejs-mongodb-tutorial/