how to starr mongodb in the termial code example
Example 1: how to start mongodb in mac
command to activate mongodb through a terminal
mongod --dbpath /usr/local/var/mongodb --logpath /usr/local/var/log/mongodb/mongo.log --fork
Example 2: start mongodb server mac
mongod --config /usr/local/etc/mongod.conf --fork