MongoDB Web Management Interface mongo-express Introduction __web

Source: Internet
Author: User
Tags mongodb
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.

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.