• Stars
    star
    2,692
  • Rank 16,860 (Top 0.4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross platform Mongo DB management

Mongotron

Build Status Join the chat at https://gitter.im/officert/mongotron Coverage Status

A Mongo DB GUI built using Electron, and Angular Js.


screenshot

Table of Contents

Quick Start

  • Clone the repo
  • Install dependencies
npm install
  • Start the app
npm start

Tests

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

gulp release