Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.