{"id":13816024,"url":"https://github.com/rethinkdb/rethinkdb-example-bottle-ember-todo","last_synced_at":"2025-04-23T15:23:01.410Z","repository":{"id":6833753,"uuid":"8082118","full_name":"rethinkdb/rethinkdb-example-bottle-ember-todo","owner":"rethinkdb","description":"A canonical ember.js todo application running on bottle and RethinkDB","archived":false,"fork":false,"pushed_at":"2015-10-12T21:14:46.000Z","size":517,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-18T00:57:15.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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-02-07T21:31:04.000Z","updated_at":"2020-04-13T15:29:57.000Z","dependencies_parsed_at":"2022-08-26T04:20:23.487Z","dependency_job_id":null,"html_url":"https://github.com/rethinkdb/rethinkdb-example-bottle-ember-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-bottle-ember-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-bottle-ember-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-bottle-ember-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethinkdb%2Frethinkdb-example-bottle-ember-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rethinkdb","download_url":"https://codeload.github.com/rethinkdb/rethinkdb-example-bottle-ember-todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250458044,"owners_count":21433787,"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-04T05:00:31.331Z","updated_at":"2025-04-23T15:23:01.362Z","avatar_url":"https://github.com/rethinkdb.png","language":"CSS","readme":"# What is it #\n\nA demo web application in the spirit of [TodoMVC](http://todomvc.com/) showing how to use\n**RethinkDB as a backend for Bottle and Ember.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\n_Open issues_: when editing a todo, a `PUT` request is sent after each typed character. This could be improved to send a request is only once when Enter is pressed (pull requests welcome!)\n\n# Complete stack #\n\n* [Bottle](http://bottlepy.org/)\n* [Ember (v1.0.0-pre.4-9-g6f709b0)](http://emberjs.com)\n* [RethinkDB](http://www.rethinkdb.com)\n\n# Installation #\n\n```\ngit clone git://github.com/rethinkdb/rethinkdb-example-bottle-ember-todo.git\npip install bottle\npip install rethinkdb\n```\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# Running the application #\n\nFirstly we'll need to create the database `todoapp` (you can override the name of the database\nby setting the `TODO_DB` env variable) and the table used by this app: `todos`. You can\ndo this by running:\n\n```\npython todo.py --setup\n```\n\nRunning the Bottle application is as simple as:\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":["Example apps"],"sub_categories":["Tutorials and Examples"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethinkdb%2Frethinkdb-example-bottle-ember-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frethinkdb%2Frethinkdb-example-bottle-ember-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethinkdb%2Frethinkdb-example-bottle-ember-todo/lists"}