Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Architecture

Stephen Li edited this page Oct 29, 2015 · 2 revisions

The frontend is a Single Page Application (SPA) written in Backbone.js. The backend is a Django + PostgreSQL application that provides an RESTful API for the frontend. The decoupled nature of the frontend and backend opens the possibility of implementing the editor in other mediums such as mobile applications.

Clone this wiki locally