Run Mongo DB on Windows
After install mongo db. Go to bin directory in command line.
cd D:\Mongo\mongodb\bin
than execute this command
mongod –port 27017 –dbpath D:\Mongo\mongodb\data\db
After install mongo db. Go to bin directory in command line.
cd D:\Mongo\mongodb\bin
than execute this command
mongod –port 27017 –dbpath D:\Mongo\mongodb\data\db