https://github.com/officert/mongotron
Cross platform Mongo DB management
https://github.com/officert/mongotron
Last synced: 10 months ago
JSON representation
Cross platform Mongo DB management
- Host: GitHub
- URL: https://github.com/officert/mongotron
- Owner: officert
- License: mit
- Created: 2015-08-12T20:20:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T11:45:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T10:42:15.136Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://mongotron.io
- Size: 8.67 MB
- Stars: 2,689
- Watchers: 63
- Forks: 215
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-electron - Mongotron - MongoDB management tool.  (Apps / Database Client)
- awesome-electron-zh - Mongotron - MongoDB management tool. (Apps / Open Source)
- awesomeelectron - Mongotron - MongoDB management tool. (Apps / Open Source)
README
[](https://travis-ci.org/officert/mongotron)
[](https://gitter.im/officert/mongotron?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://coveralls.io/github/officert/mongotron?branch=master)
A Mongo DB GUI built using Electron, and Angular Js.
---

## Table of Contents
* [Quick start](#quick-start)
### Quick Start
* Clone the repo
* Install dependencies
```shell
npm install
```
* Start the app
```shell
npm start
```
### Tests
```shell
make test
```
###Troubleshooting
####electron command not found
If you get this error you don't have Electron installed. Go [here] (https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md) to install it.
### Releasing
this will create a release directory and package the app into an executable
```shell
gulp release
```