How to use Mongo shell to browse and manipulate your data
Mongo shell is a tool bundled with the MongoDB server (mongod) to perform simple CRUD on your database from the command line. You will find this tool with name "mongo" in the same folder as the server binary "mongod". Although most people might opt to go with a GUI based…