{"id":13701558,"url":"https://github.com/rethinkdb/rethinkdb-example-flask-backbone-todo","last_synced_at":"2025-05-04T21:31:04.328Z","repository":{"id":6457780,"uuid":"7697501","full_name":"rethinkdb/rethinkdb-example-flask-backbone-todo","owner":"rethinkdb","description":"A canonical backbone todo application running on flask and RethinkDB","archived":true,"fork":false,"pushed_at":"2015-10-12T21:14:19.000Z","size":408,"stargazers_count":122,"open_issues_count":2,"forks_count":28,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-13T07:36:07.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rethinkdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-19T01:08:48.000Z","updated_at":"2023-10-05T14:48:48.000Z","dependencies_parsed_at":"2022-09-03T14:00:44.202Z","dependency_job_id":null,"html_url":"https://github.com/rethinkdb/rethinkdb-example-flask-backbone-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-flask-backbone-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-flask-backbone-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-flask-backbone-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-flask-backbone-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rethinkdb","download_url":"https://codeload.github.com/rethinkdb/rethinkdb-example-flask-backbone-todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252403883,"owners_count":21742459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T20:01:48.742Z","updated_at":"2025-05-04T21:31:03.688Z","avatar_url":"https://github.com/rethinkdb.png","language":"JavaScript","readme":"# What is it #\n\nA demo web application in the spirit of [TodoMVC](http://addyosmani.github.com/todomvc/) showing how to use **RethinkDB as a backend for Flask and Backbone.js applications**.\n\nAs any todo application, this one implements the following functionality:\n\n* Managing database connections\n* List existing todos\n* Create new todo\n* Retrieve a single todo\n* Edit a todo or mark a todo as done\n* Delete a todo\n\nOne feature we've left out as an exercise is making this Flask todo app force  users to complete their tasks. In time.\n\n# Complete stack #\n\n* [Flask](http://flask.pocoo.org)\n* [Backbone](http://backbonejs.org)\n* [RethinkDB](http://www.rethinkdb.com)\n\n# Installation #\n\n```\ngit clone git://github.com/rethinkdb/rethinkdb-example-flask-backbone-todo.git\npip install Flask\npip install rethinkdb\n```\n\n# Start RethinkDB #\n\nMake sure you have RethinkDB running.  \nIf you are not running RethinkDB on your local machine with the default settings,\nupdate the `todo.py` file on lines 21 and 22.\n\n_Note_: If you don't have RethinkDB installed, you can follow [these instructions to get it up and running](http://www.rethinkdb.com/docs/install/). \n\n\n\n# Running the application #\n\n\n\nFirstly we'll need to create the database `todoapp` and the table used by this app: `todos`. You can\ndo this by running:\n\n```\npython todo.py --setup\n```\n\nFlask provides an easy way to run the app:\n\n```\npython todo.py\n```\n\nThen open a browser: \u003chttp://localhost:5000/\u003e.\n\n\n# License #\n\nThis demo application is licensed under the MIT license: \u003chttp://opensource.org/licenses/mit-license.php\u003e\n","funding_links":[],"categories":["JavaScript","Awesome RethinkDB [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["Table of Contents"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethinkdb%2Frethinkdb-example-flask-backbone-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frethinkdb%2Frethinkdb-example-flask-backbone-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethinkdb%2Frethinkdb-example-flask-backbone-todo/lists"}