Skip to content

gaganpreet/todo-flask-ember

Repository files navigation

Todo

A todo app built using Flask and Ember.js

The project is divided in two Flask modules:

  • The backend API written in Python using Flask-Restful (/api directory)
  • The frontend written in Javascript using Ember.js (/todo directory)

Setup

Install the dependencices using pip:

pip install requirements.txt

Run

Run init_db.py to initialize the database tables. There are two helper scripts run_{dev,prod}.py to start the server.

Known bugs

  • Toggling a todo twice quickly causes the event to trigger and toggle itself infinitely.

About

A simple todo webapp written in Ember.js backed by Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages