mac install mongo shell code example
Example 1: brew mongo start
brew services start mongodb-community@4.4
Example 2: install mongodb on mac
brew tap mongodb/brew
#step 1
brew services start mongodb-community@4.4
brew tap mongodb/brew
#step 1