MongoMan (MongoManager)
A GUI for MongoDB
MongoMan provides a graphical front end to your mongoDB installation. You can view, create, remove and inspect databases, documents and their contents through your web browser. I was inspired by how useful genghisapp is when I am developing using mongodb. However, I realized genghis' limitations because I still had to use the command line to do more powerful tasks like executing queries. MongoMan aims to include a full-blown mongodb console right in the browser. It aims to make viewing, editing, saving, querying and almost every administrative function accessible via your browser. Fork me and contribute so we can make this better.
Configuration
- clone the repository by running :
git clone https://github.com/hrishikeshs/MongoMan/ cdto the directory MongoMan/MongoMan.bundle installrails s -p 3000 #Start the application on its own port.
navigate to http://localhost:3000 to start using the application.
Screenshots
Bugs
Raise an issue on github for any of the bugs you find while using the application. Please include the following in your bug description:
- Operating system
- Ruby Version
- Browser used
- A screenshot of the bug (if convenient)
Contributing
Pull Requests welcome!
License
Copyright © 2014 Hrishikesh S
MongoMan is licensed under the MIT License.



