{"id":22441945,"url":"https://github.com/colinbut/todo-list-api-python-flask","last_synced_at":"2026-04-29T08:01:30.342Z","repository":{"id":69158688,"uuid":"319271588","full_name":"colinbut/todo-list-api-python-flask","owner":"colinbut","description":"Example Python Web App built using Flask","archived":false,"fork":false,"pushed_at":"2022-02-13T21:46:36.000Z","size":18,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T10:16:17.067Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/colinbut.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-07T09:42:13.000Z","updated_at":"2025-03-13T12:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd89ac0b-cbd3-4694-9208-8caa91fdc597","html_url":"https://github.com/colinbut/todo-list-api-python-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colinbut/todo-list-api-python-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Ftodo-list-api-python-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Ftodo-list-api-python-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Ftodo-list-api-python-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Ftodo-list-api-python-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinbut","download_url":"https://codeload.github.com/colinbut/todo-list-api-python-flask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Ftodo-list-api-python-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["flask","python"],"created_at":"2024-12-06T02:16:56.153Z","updated_at":"2026-04-29T08:01:30.309Z","avatar_url":"https://github.com/colinbut.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-list-api-python-flask\n\nThis example demonstrates building a Web API in Python using Python's Flask Web App Framework. \n\n## Running App locally\n```bash\n./start_app.sh\n```\n\n## Running App locally (Dockerized)\n\n```bash\ndocker build -t todo-list-api-python-flask .\ndocker run -d -p 8888:8888 todo-list-api-python-flask:latest\n```\n\nBy default the app is exposed on port `8888` (see `src/app.py`)\n\n## API Endpoints\n\ne.g.\n\n```\ncurl http://localhost:8888/todo?user_id={user_id}\ncurl http://localhost:8888/todo/{todo_id}?user_id={user_id}\n\ncurl -X POST -H \"Content-Type: application/json\" -d \"{ \\\"description\\\": \\\"Organize fixing of microwave\\\", \\\"title\\\": \\\"Fixing microwave\\\", \\\"user_id\\\": 1 }\" http://localhost:8888/todo\n\ncurl -X PUT -H \"Content-Type: application/json\" -d \"{ \\\"description\\\": \\\"Organize fixing of microwave\\\", \\\"title\\\": \\\"Fixing microwave\\\", \\\"user_id\\\": {user_id}, \\\"id: {todo_id}\\\" }\" http://localhost:8888/todo\n\n\ncurl -X DELETE http://localhost:8888/todo/{todo_id}\n```\n\n## Author\n\nColin But.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Ftodo-list-api-python-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinbut%2Ftodo-list-api-python-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Ftodo-list-api-python-flask/lists"}