{"id":40372216,"url":"https://github.com/rozanlaudzai/flask-todo-list","last_synced_at":"2026-01-20T11:30:32.195Z","repository":{"id":310490329,"uuid":"1006017330","full_name":"rozanlaudzai/flask-todo-list","owner":"rozanlaudzai","description":"To-Do List Web App with Auth System","archived":false,"fork":false,"pushed_at":"2025-11-27T03:49:44.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T21:29:49.928Z","etag":null,"topics":["bootstrap5","docker","flask","sqlalchemy","todolist"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozanlaudzai.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}},"created_at":"2025-06-21T09:55:43.000Z","updated_at":"2025-11-27T13:33:01.000Z","dependencies_parsed_at":"2025-08-18T13:31:42.632Z","dependency_job_id":"49be25c2-5b95-419a-980f-d924392be035","html_url":"https://github.com/rozanlaudzai/flask-todo-list","commit_stats":null,"previous_names":["rozanlaudzai/flask-todo-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rozanlaudzai/flask-todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozanlaudzai%2Fflask-todo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozanlaudzai%2Fflask-todo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozanlaudzai%2Fflask-todo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozanlaudzai%2Fflask-todo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozanlaudzai","download_url":"https://codeload.github.com/rozanlaudzai/flask-todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozanlaudzai%2Fflask-todo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":["bootstrap5","docker","flask","sqlalchemy","todolist"],"created_at":"2026-01-20T11:30:27.836Z","updated_at":"2026-01-20T11:30:32.188Z","avatar_url":"https://github.com/rozanlaudzai.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask To-Do List App\n\nA simple To-Do List web application built with **Flask**, featuring **user authentication**, **database migrations**, and **task management**.\nThis project is ideal for beginners learning Flask or anyone who wants a starter template for a CRUD-based web app.\n\n## Table of Contents\n\n* [About](#about)\n* [Tech Stack](#tech-stack)\n* [Getting Started](#getting-started)\n\n  * [Install Dependencies](#1-install-dependencies)\n  * [Set Up the Database](#2-set-up-the-database)\n  * [Run the Application](#3-run-the-application)\n* [Run with Docker](#run-with-docker)\n* [License](#license)\n\n## About\n\nThis is a lightweight Flask-based To-Do List application supporting:\n\n* User registration \u0026 login\n* Secure password hashing\n* Each user manages their own tasks\n* Database migration workflow (Flask-Migrate)\n\nIt can be used as a simple productivity tool or as a base project to learn Flask fundamentals.\n\n## Tech Stack\n\n* **Python 3**\n* **Flask**\n* **Flask-Login**\n* **Flask-Migrate**\n* **SQLAlchemy**\n* **HTML / Bootstrap**\n\n## Getting Started\n\nFollow these steps to set up and run the project locally.\n\n### 1. Install Dependencies\n\nMake sure Python and pip are installed.\n\n```bash\npip install -r requirements.txt\n```\n\n### 2. Set Up the Database\n\nUse Flask-Migrate to initialize and manage migrations:\n\n```bash\nflask db init       # Run once, creates migrations folder\nflask db migrate    # Generate migration scripts after model changes\nflask db upgrade    # Apply latest migrations\n```\n\n### 3. Run the Application\n\n**Windows:**\n\n```bash\npy app.py\n```\n\n**MacOS / Linux:**\n\n```bash\npython3 app.py\n```\n\nThe app should now be accessible at: [http://localhost:5000](http://localhost:5000)\n\n## Run with Docker\n\n### Build the Docker image:\n\n```bash\ndocker build -t flask-todo-app .\n```\n\n### Run the container:\n\n```bash\ndocker run -d -p 5000:5000 flask-todo-app\n```\n\n## License\n\nThis project is open-source and available under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozanlaudzai%2Fflask-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozanlaudzai%2Fflask-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozanlaudzai%2Fflask-todo-list/lists"}