Skip to content

KylePDavis/mongodb-workbench

Repository files navigation

MongoDB Workbench

A UI for working with MongoDB databases.

Built using AngularJS and Electron.

Collection Aggregate Screen

Get it

a) download a prebuilt binary from the releases page

b) build from source (manually)

git clone https://github.com/KylePDavis/mongodb-workbench.git
cd mongodb-workbench/
npm install
npm start