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