0.2.0 • Published 10 years ago
mongo-viewer v0.2.0
mongo-viewer
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-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
Developing Mongo-Viewer
Clone the repo:
git clone https://github.com/marcdelalonde/mongo-viewer.gitInstall dependencies:
npm install
bower installStart your developing environment:
gulp serveLicense
Copyright (c) 2015 Marc Delalonde
Licensed under the MIT License