how to start mongodb from command line code example
Example: start mongodb in terminal
Start a terminal for your mongo server
Go to /bin directory
Run the command./mongod
Start a terminal for your mongo shell
Go to /bin directory
Run the command (make sure you put the name of the database)./mongo test