how to run mongodb in cmd code example
Example: open mongodb in cmd
1) Go to MongoDB bin folder:
C:\Program Files\MongoDB\Server\3.2\bin
2) Enter command mongod
By default, mongodb server will start at port 27017
1) Go to MongoDB bin folder:
C:\Program Files\MongoDB\Server\3.2\bin
2) Enter command mongod
By default, mongodb server will start at port 27017