Mongo-express
Mongo Express is an Open-source MongoDB Web management interface based on Node.js and Express.
GitHub Address: https://github.com/andzdroid/mongo-express function
Current Features:
Connect multiple databases separate
and authenticate independent database
authentication for administrators to view all database
database blacklist/Whitelist
Collection (collections) additions, deletions, additions and
deletions of documents (documents) to check changes
using Bson data types in documents
Limit
The edited document must have document._id properties
without GRIDFS support (potentially becoming a scheduled feature)
binary Bson data type not tested
JSON documents are parsed through JavaScript virtual machines, so malicious JavaScript code can be executed on the Web interface on the server.
Mongo-express can only be used in private development. usage
Installation:
NPM Install Mongo-express
or global installation:
NPM install-g mongo-express
or from the GitHub directly down to unpack after the run NPM install can
Configuration:
Copy or rename config.default.js to a new file of Config.js.
Fill in the MongoDB connection in the configuration file and wait for the information you want to change.
Run:
Node app
Use:
Check out the http://localhost:8081 or the url/port you wrote in the configuration. Interface
If reproduced, please retain the original address. Thank you for your cooperation.