adminMongo: MongoDB GUI
Installation
Clone Repository: git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo
Install dependencies: npm install
Start application: npm start
Visit http://127.0.0.1:1234 in your browser
Usage
- Create a connection
mongodb://<user>:<password>@127.0.0.1:<port>/<db>
where specifying to the <db> level is optional.
