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?
Use this line it will fix the issue.
Execute this line in your terminal at the mongo bin path:
export PATH=/bin:$PATH
replace this with your path, for example:
export PATH=/Application/Mongo/bin:$PATH