Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/officert/mongotron
Cross platform Mongo DB management
https://github.com/officert/mongotron
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T11:45:29.000Z (over 3 years ago)
- Last Synced: 2024-08-01T02:32:12.944Z (5 months ago)
- Language: JavaScript
- Homepage: http://mongotron.io
- Size: 8.67 MB
- Stars: 2,693
- Watchers: 64
- Forks: 215
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-repositories - officert/mongotron - Cross platform Mongo DB management (JavaScript)
- awesome-electron-zh - Mongotron - MongoDB management tool. (Apps / Open Source)
- awesome-electron - Mongotron - MongoDB management tool. ![](https://img.shields.io/github/stars/officert/mongotron.svg?style=social&label=Star) (Apps / Database Client)
- awesomeelectron - Mongotron - MongoDB management tool. (Apps / Open Source)
README
[![Build Status](https://travis-ci.org/officert/mongotron.svg?branch=master)](https://travis-ci.org/officert/mongotron)
[![Join the chat at https://gitter.im/officert/mongotron](https://badges.gitter.im/officert/mongotron.svg)](https://gitter.im/officert/mongotron?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://coveralls.io/repos/officert/mongotron/badge.svg?branch=master&service=github)](https://coveralls.io/github/officert/mongotron?branch=master)A Mongo DB GUI built using Electron, and Angular Js.
---
![screenshot](http://mongotron.io/src/images/screenshot.png)
## 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
```