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-viewerStart the app with a simple command line:
mongo-viewerBy 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.gitInstall dependencies:
npm install
bower installStart your developing environment:
gulp serveCopyright (c) 2015 Marc Delalonde
Licensed under the MIT License
