Skip to content

wolfelee/tornadotodos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone.js, Tornado and SQLAlchemy

This a Backbone.js example application using Tornado with SQLAlchemy as the backend. It's based on the Backbone.js todos example.

Quick start

Clone the repo git clone git://github.com/ccarpenterg/tornadotodos.git

Create the database (Postgresql) createdb todos

Run models.py to create the tables python models.py

Enjoy python app.py

About

Backbone.js with Tornado and SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • CSS 7.5%
  • Python 4.4%
  • HTML 2.6%