https://github.com/kylepdavis/mongodb-workbench
A UI for working with MongoDB databases
https://github.com/kylepdavis/mongodb-workbench
Last synced: 10 months ago
JSON representation
A UI for working with MongoDB databases
- Host: GitHub
- URL: https://github.com/kylepdavis/mongodb-workbench
- Owner: KylePDavis
- License: mit
- Created: 2015-06-01T04:15:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T03:01:09.000Z (almost 11 years ago)
- Last Synced: 2025-04-08T09:29:12.378Z (over 1 year ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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)
```bash
git clone https://github.com/KylePDavis/mongodb-workbench.git
cd mongodb-workbench/
npm install
npm start
```
[MongoDB]: https://www.mongodb.org
[AngularJS]: https://angularjs.org
[Electron]: https://github.com/atom/electron
[releases]: https://github.com/KylePDavis/mongodb-workbench/releases
[Collection Aggregate Screen]: https://KylePDavis.github.io/mongodb-workbench/img/screenshots/collection-aggregate.png