Answers for "mongodb mac tool"

CSS
2

mongodb mac

$ brew tap mongodb/brew
$ brew install [email protected]

/*TO START*/ 
brew services start mongo-community

/*TO STOP*/
brew services stop mongo-community
Posted by: Guest on February-13-2022
1

mongodb installation on mac

//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start [email protected]
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo
Posted by: Guest on June-06-2020

Browse Popular Code Answers by Language