Skip to content

officert/mongotron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

838fd40 · Sep 2, 2016
Mar 12, 2016
Sep 2, 2016
Aug 22, 2016
Nov 17, 2015
Oct 22, 2015
Jan 19, 2016
Jan 29, 2016
Oct 22, 2015
Jan 24, 2016
Nov 11, 2015
Feb 16, 2016
Jan 11, 2016
Jan 29, 2016
May 2, 2016
Mar 12, 2016
Feb 10, 2016
Aug 22, 2016

Repository files navigation

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