mongodb locally mac code example
Example 1: install mongodb on mac
brew services start mongodb-community@4.2
#Step 3 to run as a service
Example 2: install mongodb on mac
//be sure you have GNU's GCC:
brew install gcc
brew services start mongodb-community@4.2
#Step 3 to run as a service
//be sure you have GNU's GCC:
brew install gcc