{"id":47226966,"url":"https://github.com/estorgio/simple-todo-flask","last_synced_at":"2026-03-13T19:44:56.619Z","repository":{"id":306587453,"uuid":"1026587689","full_name":"estorgio/simple-todo-flask","owner":"estorgio","description":"A simple TODO app made with Flask.","archived":false,"fork":false,"pushed_at":"2025-08-17T14:09:07.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-17T16:11:28.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/estorgio.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,"zenodo":null}},"created_at":"2025-07-26T07:27:14.000Z","updated_at":"2025-08-17T14:09:10.000Z","dependencies_parsed_at":"2025-07-26T17:27:44.194Z","dependency_job_id":"7f5c2f16-f5d5-4cb4-b001-26c213cedbd3","html_url":"https://github.com/estorgio/simple-todo-flask","commit_stats":null,"previous_names":["estorgio/simple-todo-flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/estorgio/simple-todo-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estorgio%2Fsimple-todo-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estorgio%2Fsimple-todo-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estorgio%2Fsimple-todo-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estorgio%2Fsimple-todo-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estorgio","download_url":"https://codeload.github.com/estorgio/simple-todo-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estorgio%2Fsimple-todo-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30473601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-03-13T19:44:55.415Z","updated_at":"2026-03-13T19:44:56.602Z","avatar_url":"https://github.com/estorgio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple TODO\n\nA simple TODO app made with Flask.\n\n## Live demo\n\n- [https://simple-todo-dot-estorgio-demo.uw.r.appspot.com](https://simple-todo-dot-estorgio-demo.uw.r.appspot.com/)\n- [https://simple-todo-flask.onrender.com](https://simple-todo-flask.onrender.com/)\n\n## Running the app\n\n### Local\n\n```bash\n# Create virtual environment\n$ python3 -m venv .venv\n$ source .venv/bin/activate\n\n# Install dependencies\n$ pip3 install -r requirements.txt\n\n# Run database migration\n$ flask db upgrade\n\n# Configure settings\n$ cp .env-example .env\n$ nano .env\n\n# Launch app\n$ flask run\n```\n\n### Google App Engine (GAE)\n\n```bash\n# Configure App Engine settings\n$ cp app.yaml-example app.yaml\n$ nano app.yaml\n\n# Deploy to GAE\n$ gcloud app init\n$ gcloud app create\n$ gcloud app deploy\n\n# Open in browser\n$ gcloud app browse -s simple-todo\n```\n\n## Custom Flask commands\n\n### Generate random todos\n\nAdds 100 randomized todos.\n\n```\n$ flask seeders todos\n```\n\n### Remove all the todos\n\nEmpty the todos table\n\n```\n$ flask seeders clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festorgio%2Fsimple-todo-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festorgio%2Fsimple-todo-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festorgio%2Fsimple-todo-flask/lists"}