Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongo-express

Package Overview
Dependencies
Maintainers
1
Versions
169
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
  • Socket score

Version published
Weekly downloads
835
decreased by-13.92%
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc