I have successfully installed Mongo DB as a Window Service and verified service in my msconfig. It is version 2.0.6 which is compatible of my windows xp 32bit. And I just wanted to use the Simple REST Interface through my browser like localhost:28017/databaseName/collectionName/
I stored some data successfully via NODE.JS and I know I can retrieve the data through command line. But I just really want to view it REST Interface through my browser.
Since the browser shows "REST is not enabled. use --rest to turn on. check that port 28017 is secured for the network too." I think I suppose to enable the --rest on the command line but I don't know how and where to enter it.