Skip to content

Instantly share code, notes, and snippets.

@a7madev
Created November 23, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a7madev/0fef018000d486fd0c0e336534432a94 to your computer and use it in GitHub Desktop.
Save a7madev/0fef018000d486fd0c0e336534432a94 to your computer and use it in GitHub Desktop.
Install Mongodb on Mac
# Install
brew install mongodb-community@3.6
brew install mongodb-database-tools
# Run
brew start mongodb-community@3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment