Package Exports
- mongo-gui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mongo-gui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mongo-gui
A web-based MongoDB graphical user interface.
Features
- Connect to local/remote mongodb instances
- View/add/delete databases
- View/add/delete collections
- View/add/update/delete/copy documents
- Multi tab support
- Query documents
- Advanced pagination support
- Supports all BSON types in documents
- Rich user interface
Usage
How to install
- Clone mongo-gui repository onto your machine
git clone https://github.com/arunbandari/mongo-gui - Change directory to mongo-gui
cd mongo-gui - Install all the dependencies
npm install - Start the application using
npm start
**Note: Node.js must be installed on your machine to run this application