Skip to content

elexx/nomGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nomGo - a simple mongoDB Browser

nomGo is a mongoDB Browser, written in JavaScript, with the aim to quickly get a look at some mongoDB documents or change their content.

Features

  • Viewing/Browsing Databases, Collections and Documents
  • Deleting Collections and Documents
  • Editing Documents

Planned Features

Feel free to contribute ideas and/or code :)

  • Creating new (Databases,) Collections and Documents
  • Delete Databases

Requirements

Installation

  • 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/

Behind the scenes

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

About

a mongoDB browser written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published