mongodb-community error code example
Example 1: brew install mongodb
brew tap mongodb/brew
Example 2: install mongodb on mac
brew services start [email protected]
#Step 3 to run as a service
Example 3: start mongodb server mac
mongod --config /usr/local/etc/mongod.conf --fork