New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongo-express

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-express

Web-based admin interface for MongoDB

0.11.2
Source
npm
Version published
Maintainers
1
Created
Source

mongo-express

Web-based MongoDB admin interface written with Node.js and express

Features

Current features:

  • Supports multiple databases
  • Database blacklist/whitelist
  • View/add/rename/delete collections
  • View/add/update/delete documents

Planned features:

  • Error messages/responses
  • Support for replica set connections
  • Web-based command-line interface
  • Site authentication

Currently mongo-express requires admin access to the database. Support for regular user connections will be coming soon.

Screenshots

Click here for screenshots: http://imgur.com/a/OTZHe

Usage

To install:

npm install mongo-express

Or if you want to install a global copy:

npm install -g mongo-express

To configure:

Open config.js and fill in your MongoDB server connection and admin auth details.

To run:

node app

To use:

Visit http://localhost:8081 or whatever URL/port you entered into your config.

FAQs

Package last updated on 07 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts