https://github.com/tjaskula/congo
Congo Js front-end for managing monogoDb documents
https://github.com/tjaskula/congo
backbonejs congo congo-learning-exercise javascript marionettejs mongodb
Last synced: 11 months ago
JSON representation
Congo Js front-end for managing monogoDb documents
- Host: GitHub
- URL: https://github.com/tjaskula/congo
- Owner: tjaskula
- Created: 2017-06-07T13:25:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T13:12:31.000Z (over 8 years ago)
- Last Synced: 2025-01-21T14:47:32.507Z (about 1 year ago)
- Topics: backbonejs, congo, congo-learning-exercise, javascript, marionettejs, mongodb
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Congo
Congo is the MongoDb Explorer written by [@robconery](http://twitter.com/robconery) as part of Tekpub's Backbone.serie and now available on Pluralsight course https://app.pluralsight.com/library/courses/playing-with-backbonejs/
The original application : https://github.com/robconery/congo
## BackboneJS
If you follow the Pluralsight course with the most recent versions of Backbone, Mongoskin and Marionette you will quickly run into trouble as those libraries has evolved over time. Unfortunatelly, the application on Rob's repository was not upgraded since then.
While I was fallowing the course, I've upgraded parts of the application to use the newest Backbone.js v1.3.3 at this time. Also updating parts of Mongoskin as access to MongoDb has slightly changed.
## MarionetteJS
There is no code for MarionetteJS part in Rob's repo. I've implemented it following the last section using the latest MarionetteJS v3.3.1, but there were some noticable differences between the current version and one used in the videos.
## Other changes
As I said most important changes were in BackboneJS and MarionetteJS but also many changes were done to Mongoskin and Express. I've also replaced Jade view engine by Pug with some minor changes in the syntax.
Enjoy !