{"id":24350966,"url":"https://github.com/nomilkinmyhome/todo-list","last_synced_at":"2026-04-19T21:07:58.129Z","repository":{"id":130209991,"uuid":"301416008","full_name":"nomilkinmyhome/todo-list","owner":"nomilkinmyhome","description":"A simple todo list in Flask.","archived":false,"fork":false,"pushed_at":"2020-10-18T12:36:17.000Z","size":222,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:04:58.686Z","etag":null,"topics":["flask","python3","sqlalchemy","task","todo"],"latest_commit_sha":null,"homepage":"https://nomilkinmyhome-todolistapp.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomilkinmyhome.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-05T13:21:13.000Z","updated_at":"2024-10-28T08:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc841af8-4848-413f-81ee-b9003967fc37","html_url":"https://github.com/nomilkinmyhome/todo-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nomilkinmyhome/todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomilkinmyhome%2Ftodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomilkinmyhome%2Ftodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomilkinmyhome%2Ftodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomilkinmyhome%2Ftodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomilkinmyhome","download_url":"https://codeload.github.com/nomilkinmyhome/todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomilkinmyhome%2Ftodo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32022602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","python3","sqlalchemy","task","todo"],"created_at":"2025-01-18T14:44:55.147Z","updated_at":"2026-04-19T21:07:58.123Z","avatar_url":"https://github.com/nomilkinmyhome.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## todo-list\n\nA simple todo-list application written in Python 3 with Flask and SQLAlchemy.\n\nHome page: https://nomilkinmyhome-todolistapp.herokuapp.com/\n\nAPI docs: https://nomilkinmyhome-todolistapp.herokuapp.com/api/v1\n\n![index page](screenshots/index_page.png)\n\n---\n\n### **Database creation**\n\n**In postgresql:**\n1. ```CREATE DATABASE todolist_db;```\n2. ```CREATE USER todolist_user WITH ENCRYPTED PASSWORD '1';```\n3. ```GRANT ALL PRIVILEGES ON DATABASE todolist_db TO todolist_user;```\n\n### **How to run the app**\n\n**In virtual environment:**\n1. ```pip install -r requirements-development.txt```\n2. ```python manage.py db stamp head```\n3. ```CONFIG_FILE=configs/development.cfg python manage.py db upgrade```\n4. ```CONFIG_FILE=configs/development.cfg python initialize.py```\n5. ```CONFIG_FILE=configs/development.cfg python app.py``` \n\n### **Some examples via Postman**\n\n**Authorization**\n\nURL: https://nomilkinmyhome-todolistapp.herokuapp.com/api/v1/auth/login\n\n![auth](screenshots/login.png)\n\n\n**Todo creation**\n\nURL: https://nomilkinmyhome-todolistapp.herokuapp.com/api/v1/todo/create\n\n![todo creation](screenshots/creation.png)\n\n\n**Todo editing**\n\nURL: https://nomilkinmyhome-todolistapp.herokuapp.com/api/v1/todo/1\n\n![todo creation](screenshots/editing.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomilkinmyhome%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomilkinmyhome%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomilkinmyhome%2Ftodo-list/lists"}