how to install the mango db in mac code example
Example 1: install mongodb on mac
brew install mongodb-community@4.2
#Step 2
Example 2: install mongodb on mac
//be sure you have GNU's GCC:
brew install gcc
brew install mongodb-community@4.2
#Step 2
//be sure you have GNU's GCC:
brew install gcc