{"id":19860998,"url":"https://github.com/muneeb1030/flask_basics","last_synced_at":"2026-04-18T01:32:25.962Z","repository":{"id":244384628,"uuid":"813506695","full_name":"Muneeb1030/FLask_Basics","owner":"Muneeb1030","description":"This project is a simple Todo application developed to learn the basics of Flask, including route configuration, request methods, and database setup. ","archived":false,"fork":false,"pushed_at":"2024-07-17T09:03:09.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T12:35:00.322Z","etag":null,"topics":["database-migrations","docker","flask","python","todoapp","web-development"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Muneeb1030.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":"2024-06-11T08:11:41.000Z","updated_at":"2024-07-17T09:15:16.000Z","dependencies_parsed_at":"2025-01-11T14:46:00.955Z","dependency_job_id":"9cf8521d-05b9-4649-90e7-97137d68099d","html_url":"https://github.com/Muneeb1030/FLask_Basics","commit_stats":null,"previous_names":["muneeb1030/flask_basics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Muneeb1030/FLask_Basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muneeb1030%2FFLask_Basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muneeb1030%2FFLask_Basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muneeb1030%2FFLask_Basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muneeb1030%2FFLask_Basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muneeb1030","download_url":"https://codeload.github.com/Muneeb1030/FLask_Basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muneeb1030%2FFLask_Basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"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":["database-migrations","docker","flask","python","todoapp","web-development"],"created_at":"2024-11-12T15:07:46.384Z","updated_at":"2026-04-18T01:32:25.923Z","avatar_url":"https://github.com/Muneeb1030.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Todo App\n## Overview\nThis project is a simple Todo application developed as part of my learning journey with Flask. The application covers the basics of Flask, including route configuration, handling request methods, and setting up a database for data storage. The app allows users to add, delete, and update tasks.\n\n## Features\n- **Route Configuration:** Learned to configure routes for different endpoints.\n- **Request Methods:** Implemented handling for GET, POST, and DELETE requests.\n- **Database Setup:** Configured a database to store todo tasks.\n- **Task Management:** Users can add, delete, and update tasks.\n## Getting Started\n### Prerequisites\n- Python 3.x\n- Flask\n- SQLite (or any other preferred database)\n### Installation\n- Clone the repository:\n\n```bash\nhttps://github.com/Muneeb1030/FLask_Basics.git\ncd flask-todo-app\n```\n- Create a virtual environment:\n```bash\npython3 -m venv venv\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n```\n- Install dependencies:\n```bash\npip install Flask\n```\n- Set up the database:\n```bash\nflask db init\nflask db migrate -m \"Initial migration.\"\nflask db upgrade\n```\n- Run the Flask app:\n```bash\nflask run\n```\n- Open your browser and navigate to:\n```bash\nhttp://127.0.0.1:5000/\n```\n## Usage\n- **Add a Task:** Use the form on the main page to add a new task.\n- **Delete a Task:** Click the delete button next to the task you want to remove.\n- **Update a Task:** Click the update button next to the task you want to edit, modify the task, and save changes.\n\n## Key Learning Points\n- **Routing:** Configured routes to handle different URLs and HTTP methods.\n- **Request Methods:** Managed GET, POST, and DELETE requests to interact with the application.\n- **Database Integration:** Set up a SQLite database to store and manage todo tasks.\n- **Template Rendering:** Used Jinja2 templates to render HTML pages dynamically.\n## Contributing\nContributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.\n\n## Contact\nFor any questions or suggestions, feel free to contact me at muhammadmuneeburrehman.vercel.app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb1030%2Fflask_basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuneeb1030%2Fflask_basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb1030%2Fflask_basics/lists"}