MongoDB Web management interface Mongo-express introduction, mongodb Table Design

Source: Internet
Author: User

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 installYou can.

Configuration:

Copy orconfig.default.jsRenamedconfig.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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.