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
For windows - just go to Mongodb folder
(ex : C:\ProgramFiles\MongoDB\Server\3.4\bin) and open cmd in the folder and type
"mongod.exe --dbpath c:\data\db"
if c:\data\db folder doesn't exist then create it by yourself and run above command again.