mongo-viewer

Dependencies Download Month NPM Version Gitter Gratipay

MongoDB data viewer based on Express & Angular

The project is currently under active development. Do not hesitate to ask for features and/or make pull requests.

Install & Use Mongo-Viewer

Install via NPM

npm install -g mongo-viewer

Start the app with a simple command line:

mongo-viewer

By default it will serve on port 8080: http://localhost:8080/. You can use the -p or --port parameter to set a convenient port for you.

Do not forget to have your mongodb service running

Developing Mongo-Viewer

Clone the repo:

git clone https://github.com/marcdelalonde/mongo-viewer.git

Install dependencies:

npm install
bower install

Start your developing environment:

gulp serve

License

Copyright (c) 2015 Marc Delalonde

Licensed under the MIT License