MongoDB 101 - Part 1
π Step 1: Install MongoDB
πΉ Install MongoDB Locally
Download MongoDB from MongoDB Official Site.
Install it and start the MongoDB service:
On Windows:
Run mongod in Command Prompt.
On Mac/Linux:
brew services start mongodb-community
Ope...
aryanmehta.hashnode.dev2 min read