{"id":23263600,"url":"https://github.com/akash-nath29/todo_flask","last_synced_at":"2026-01-20T02:31:22.995Z","repository":{"id":191821446,"uuid":"685470811","full_name":"Akash-nath29/TODO_FLASK","owner":"Akash-nath29","description":"An TODO Application with Flask running in back","archived":false,"fork":false,"pushed_at":"2023-09-01T11:20:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:53:37.979Z","etag":null,"topics":[],"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/Akash-nath29.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}},"created_at":"2023-08-31T09:56:23.000Z","updated_at":"2023-08-31T10:45:20.000Z","dependencies_parsed_at":"2025-02-12T11:47:47.529Z","dependency_job_id":"18bf9ac3-8478-4fc2-a474-1a6b3a73e320","html_url":"https://github.com/Akash-nath29/TODO_FLASK","commit_stats":null,"previous_names":["akash-nath29/todo_flask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FTODO_FLASK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FTODO_FLASK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FTODO_FLASK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FTODO_FLASK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akash-nath29","download_url":"https://codeload.github.com/Akash-nath29/TODO_FLASK/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247442324,"owners_count":20939448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-19T14:19:14.578Z","updated_at":"2026-01-20T02:31:22.969Z","avatar_url":"https://github.com/Akash-nath29.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TODO App using Flask - README 📝\n\n- 🍴 ![GitHub forks](https://img.shields.io/github/forks/Akash-nath29/TODO_FLASK?style=social)\n⭐️ ![GitHub stars](https://img.shields.io/github/stars/Akash-nath29/TODO_FLASK?style=social)\n👁️‍🗨️ ![GitHub watchers](https://img.shields.io/github/watchers/Akash-nath29/TODO_FLASK?style=social)\n- 📦 ![GitHub repo size](https://img.shields.io/github/repo-size/Akash-nath29/TODO_FLASK)\n🐞 ![GitHub issues](https://img.shields.io/github/issues/Akash-nath29/TODO_FLASK)\n🚀 ![GitHub pull requests](https://img.shields.io/github/issues-pr/Akash-nath29/TODO_FLASK)\n- 📜 ![GitHub license](https://img.shields.io/github/license/Akash-nath29/TODO_FLASK)\n\nWelcome to the TODO App developed using Flask! This application provides a convenient way to manage your tasks. You can add tasks along with their names and descriptions, which will be stored in a database for efficient tracking.\n\n## Table of Contents 📑\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation 🛠️\n\nGet started with the TODO App locally by following these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Akash-nath29/TODO_FLASK.git\n   cd TODO_FLASK\n   ```\n\n2. Create a virtual environment (optional but recommended):\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n   or, for cmd\n   ```bash\n   venv\\Scripts\\activate\n   ```\n\n3. Install the required packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Set up the database:\n   ```bash\n   flask db init\n   flask db migrate -m \"Initial migration\"\n   flask db upgrade\n   ```\n\n5. Run the application:\n   ```bash\n   flask run\n   ```\n\nAccess the application through your web browser at `http://127.0.0.1:80`.\n\n## Usage 🚀\n\nInteract with the application through a user-friendly web interface:\n\n- ✅ **Add a Task:** Click the \"Add Task\" button and provide the task name and description. Click \"Submit\" to store the task in the database.\n\n- 📋 **View Tasks:** The main page lists all tasks. You can view task details.\n\n\n- 🗑️ **Delete Task:** Remove a task by clicking the \"Delete\" button next to it.\n\n## Contributing 👥\n\nContributions are welcome! To contribute:\n\n1. Fork the repository and create a new branch for your feature/fix.\n\n2. Make changes, commit them, and push to your forked repository.\n\n3. Create a pull request to the main project repository.\n\n4. Your contribution will be reviewed and merged upon approval.\n\n## License 📜\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license.\n\n---\n\nThanks for using the TODO App! If you have questions or encounter issues, please open an issue on the [GitHub repository](https://github.com/Akash-nath29/TODO_FLASK/issues). Keep on track with your tasks! 📝","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Ftodo_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-nath29%2Ftodo_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Ftodo_flask/lists"}