mongodb install steps on mac code example
Example 1: intall mondg brew
$ brew services start mongodb-community
Example 2: install mongodb on mac
brew install [email protected]
#Step 2
$ brew services start mongodb-community
brew install [email protected]
#Step 2