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?
If you used homebrew to install MongoDB on macOS you type the following in terminal. Should do the trick in most cases.
$ brew services start mongodb