flask-todomvc icon indicating copy to clipboard operation
flask-todomvc copied to clipboard

Flask tutorial buiding on Backbone TodoMVC.

Flask TodoMVC

Build Status

This is the code for Flask tutorial presented as a series of blog articles that creates a Backbone.js backend with Flask for the TodoMVC app.

  1. Getting Started
  2. Server Side Backbone Sync
  3. Dataset Persistence
  4. Custom Configuration
  5. Testing Todo API
  6. SQLAlchemy Persistence
  7. User Login
  8. Modularization: Factories and Blueprints