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)
Install the dependencices using pip:
pip install requirements.txt
Run init_db.py to initialize the database tables. There are two helper scripts run_{dev,prod}.py to start the server.
- Toggling a todo twice quickly causes the event to trigger and toggle itself infinitely.