Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaganpreet/todo-flask-ember
A simple todo webapp written in Ember.js backed by Flask
https://github.com/gaganpreet/todo-flask-ember
Last synced: about 1 month ago
JSON representation
A simple todo webapp written in Ember.js backed by Flask
- Host: GitHub
- URL: https://github.com/gaganpreet/todo-flask-ember
- Owner: gaganpreet
- Created: 2014-07-09T11:02:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T17:46:22.000Z (over 7 years ago)
- Last Synced: 2023-03-12T09:06:57.901Z (over 1 year ago)
- Language: JavaScript
- Size: 594 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.