I have already installed Mongodb on my mac but the process is currently not running. How do I start the Mongodb service so that I can start using the commands?
For mongodb-community@4.2
To start run brew services start mongodb-community@4.2
To end run brew services stop mongodb-community@4.2
source: Source