Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Last active May 1, 2020 14:36
Show Gist options
  • Save sandrabosk/9e7260f107faa81cbbae03b91f5dc089 to your computer and use it in GitHub Desktop.
Save sandrabosk/9e7260f107faa81cbbae03b91f5dc089 to your computer and use it in GitHub Desktop.

[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

You must download the normal version, not the Community Edition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment