install mongo 3.0 on mac big sur code example
Example 1: intall mondg brew
$ brew services start mongodb-community
Example 2: install mongodb on mac
brew install mongodb-community@4.2
#Step 2
$ brew services start mongodb-community
brew install mongodb-community@4.2
#Step 2