What will you learn
Install Node.js if not installed
Install MongoDB Server
Connect to MongoDB server
Create database on MongoDB server and get database object
Get the collection object in the created database
Add and retrieve data in the collection (using the insertOne (), insertMany (), findOne () , find () methods)
Download below pdf document to learn more