How to Install MongoDB on Your Mac
https://medium.com/better-programming/how-to-install-mongodb-on-your-mac-42020fc19827
captured from MongoDB’s websiteFirst you need to check if you have Homebrew on your computer — brew help just in case you do not need it. Homebrew is a package manager for MacOs.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"