README
mongui
MongoDB user interface inspired on RockMongo
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install mongui --global
Start mongui
$ mongui [port]
default port: 3101
Usage
Setup config.json
Config file location search order:
- /etc/mongui/config.json
- /usr/local/etc/mongui/config.json
- ~/.mongui/config.json
- [PWD]/config.json
- config.json
Default user: "test", password: 1234 Leave users empty for no security check
Navigate to: http://localhost:3101/
Features
- Multilang. Language detected from browser. Currently only english & spanish. Default: english.
- Server statistics
- List processes
- Validate collection
- Field editor
- ...
Dependencies
- body-parser: Node.js body parsing middleware
- cookie-parser: cookie parsing with signatures
- debug: small debugging utility
- express: Fast, unopinionated, minimalist web framework
- express-session: Simple session middleware for Express
- html-entities: Faster HTML entities encode/decode library.
- jade: A clean, whitespace-sensitive template language for writing HTML
- mongodb: MongoDB
- serve-favicon: favicon serving middleware with caching
Dev Dependencies
None
License
MIT