how to get mondgo db on mac code example
Example 1: install mongodb on mac
brew install [email protected]
#Step 2
Example 2: start mongodb server mac
mongod --config /usr/local/etc/mongod.conf --fork
brew install [email protected]
#Step 2
mongod --config /usr/local/etc/mongod.conf --fork