I\'m using NodeJS wih MongoDB using mongodb package. When I run mongod command it works fine and gives "waiting for connection on port 27017". So, mongod seems to
I've forgot to start MongoDB at all. Go to separate tab in terminal and type:
sudo service mongod start