I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on.
I normally
Step by Step Solution for windows 32 bit
E:\mongodb\bin
and after that write in console
mongod --dbpath E:\data
it will link.db.test.save({Field:'Hello mongodb'})
this command
will insert the a field having name Field and its value Hello
mongodb.db.test.find()
and press enter you will find
the record that you have recently entered.