Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcdelalonde/mongo-viewer
MongoDB data viewer based on Express & Angular
https://github.com/marcdelalonde/mongo-viewer
mongodb-admin mongodb-data-viewer mongodb-database
Last synced: about 1 month ago
JSON representation
MongoDB data viewer based on Express & Angular
- Host: GitHub
- URL: https://github.com/marcdelalonde/mongo-viewer
- Owner: marcdelalonde
- License: mit
- Created: 2015-07-21T11:53:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T15:46:15.000Z (almost 9 years ago)
- Last Synced: 2024-09-27T17:40:53.234Z (about 2 months ago)
- Topics: mongodb-admin, mongodb-data-viewer, mongodb-database
- Language: JavaScript
- Homepage: http://marcdelalonde.github.io/mongo-viewer
- Size: 314 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongo-viewer
[![Dependencies](http://img.shields.io/david/marcdelalonde/mongo-viewer.svg?style=flat)](https://david-dm.org/marcdelalonde/mongo-viewer)
[![Download Month](http://img.shields.io/npm/dm/mongo-viewer.svg?style=flat)](https://www.npmjs.org/package/mongo-viewer)
[![NPM Version](http://img.shields.io/npm/v/mongo-viewer.svg?style=flat)](https://www.npmjs.org/package/mongo-viewer)
[![Gitter](http://img.shields.io/badge/Gitter-room-brightgreen.svg?style=flat)](https://gitter.im/marcdelalonde/mongo-viewer)
[![Gratipay](http://img.shields.io/gratipay/marcdelalonde.svg?style=flat)](https://gratipay.com/marcdelalonde/)MongoDB data viewer based on Express & Angular
![Mongo-Viewer UI](https://github.com/marcdelalonde/mongo-viewer/blob/master/screen.png)
> 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
```bash
npm install -g mongo-viewer
```Start the app with a simple command line:
```bash
mongo-viewer
```By default it will serve on port 8080: [http://localhost: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:
```bash
git clone https://github.com/marcdelalonde/mongo-viewer.git
```Install dependencies:
```bash
npm install
bower install
```Start your developing environment:
```bash
gulp serve
```## License
Copyright (c) 2015 Marc Delalonde
Licensed under the MIT License