[MAC]Install MongoDB - official docs
Run the following commands in your terminal:
$ brew tap mongodb/brew
$ brew install mongodb-community
$ brew services start mongodb-community
To start using MongoDB:
mongo
- In case you are experiencing issues beacuse of Catalina OS, check these guidelines.
Install MongoDB Compass - official docs
- Visit the Download and Install Compass page.
- Select MACOS for Mac.
- Follow the instructions to install the MongoDB Compass app.
You must download the normal version, not the Community Edition.