nomGo is a mongoDB Browser, written in JavaScript, with the aim to quickly get a look at some mongoDB documents or change their content.
- Viewing/Browsing Databases, Collections and Documents
- Deleting Collections and Documents
- Editing Documents
Feel free to contribute ideas and/or code :)
- Creating new (Databases,) Collections and Documents
- Delete Databases
- NodeJS
- A modern web browser
- Clone this repository:
git clone https://github.com/elexx/nomGo.git
- Fire up a console and change directory to the clone repository
- run
npm install
to fetch all dependencies - run
npm start
to start nomGo - visit localhost:3000/
nomGo's backend is build on top of nodejs as a rest services. It uses expressjs as router, jade as templating engine, stylus as css preprocessor and node-i18n for internationalization.
nomGo's frontend is a SPA. It uses requirejs as module loader, backbonejs as router with underscorejs as templating engine and jQuery for DOM manipulation and marionettejs to simplify my life.
nomGo's frontend libraries are hosted on cdnjs