The Ember version of the TodoMVC application found here, backed by a Flask JSON API.
Most of the code in this app is from the above mentioned tutorial. I only added the API to interface with the database. Ember expects JSON in a specific format, so this can be a template for that, as it took me a bit to figure out the specifics.