Skip to content

bikegriffith/flask-todomvc

 
 

Repository files navigation

Flask TodoMVC

Build Status

Overview

This project is a fork from kevinbeaty/flask-todomvc based on his well written tutorial using Flask/SQLAlchemy/BackboneJS.

It establishes a few different patterns and adds features I think are important in a web app that will grow to moderate complexity.

  1. JS/CSS minification (DONE)
  2. Database migrations (NOT DONE)
  3. Admin portal (HALF DONE)
  4. Separation of config for dev/test/stage/prod (NOT DONE)

Getting Started

  1. Clone repo
  2. Create a virtual environment and install requirements virtualenv . && . bin/activate && pip install -r requirements.txt && npm install
  3. Run tests pip install nose && nosetests
  4. Run dev server gulp
  5. Log in using me@example.com : password

About

Flask tutorial buiding on Backbone TodoMVC.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.3%
  • Python 35.9%
  • HTML 14.7%
  • CSS 4.1%