MongoDB Web management interface Mongo-express introduction, mongodb Table Design
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 function:
Connect to multiple databases and authenticate independent databases. Authenticate the database as an administrator to view the ADD, query, modify, and delete documents of all database blacklists/whitelists (collections) add, query, modify, and use the BSON data type in the document.
Restrictions
The edited document must have the document. _ id attribute and be not supported by GridFS (possibly planned). The binary BSON data type has not been tested.
JSON files are parsed through JavaScript virtual machines, so malicious JavaScript code can be executed on the Web interface of the server.
Mongo-express can only be used for private development.
Usage
Installation:
npm install mongo-express
Or global installation:
npm install -g mongo-express
Or you can extract the package from Github and run it.npm install
You can.
Configuration:
Copy orconfig.default.js
Renamedconfig.js
.
Enter the MongoDB connection information in the configuration file.
Run:
node app
Usage:
View the http: // localhost: 8081 orURL/port
.
Interface
Reprinted please indicate the source