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 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
Clone the repo:
git clone https://github.com/marcdelalonde/mongo-viewer.git
Install dependencies:
npm install
bower install
Start your developing environment:
gulp serve
Copyright (c) 2015 Marc Delalonde
Licensed under the MIT License