Check out Mongo-Express :
MongoDB admin web interface written using Node.js, Express and Bootstrap3
Functions
- Connect to multiple databases
- View / Add / Remove Databases
- View / add / rename / delete collections
- View / add / update / delete documents
- Preview audio / video / images in a row as a collection
- Nested and / or large objects collapse for easy viewing.
- Asynchronous on-demand loading of large document properties (> 100KB by default) to quickly view the collection
- GridFS Support - Add / Receive / Delete Incredibly Large Files
- Use BSON data types in documents
- Mobile / Responsive - Bootstrap 3 works on small screens when you're in a snap
- Connection and authentication in separate databases
- Authentication as an administrator to view all databases
- Database blacklist / whitelist
- Disable CA CA and CA Validation
- Replica Set Support
Screenshots
Main page | Browse Database | Browse Collection | Editing a document --- | --- | --- | --- | | |
These screenshots are from version 0.30.40 View the album for more screenshots: (server status, types of database, etc.) https://imgur.com/a/9vHsF
Hope this helps.
source share