Skip to content
mlent edited this page Nov 14, 2014 · 2 revisions

Core Technologies

Backend

  • Nginx & uWSGI - serve both Python and static content.
  • Django & Postgres - Primary server-side application.
  • Django Tastypie - Powers the API, which serves data from both Postgres and Neo4j.
  • Neo4j - Stores our textual data.

Frontend

  • Backbone.js with Require - Each section of the website functions as a separate Backbone app, which load common dependencies, such as Models and Collections.
  • For other dependencies see package.json
  • Grunt for building CSS

Developer Guide

Backend

Frontend

Content Guide

What did you break?

  • Postgres Database
  • Neo4j
  • Django
  • "The server"
  • Git
  • UI
Clone this wiki locally