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?
Try with this following steps:
find your MongoDB path and MongoDB database path and run the below command
/Users/username/mongodb/bin/mongod --dbpath=/Users/username/mongodb-data/