{"id":25726760,"url":"https://github.com/billy-enrizky/flask-task-manager","last_synced_at":"2025-07-09T08:12:09.159Z","repository":{"id":201234645,"uuid":"707275235","full_name":"billy-enrizky/Flask-Task-Manager","owner":"billy-enrizky","description":"This project consists of a simple task manager web application developed using Flask, a micro web framework for Python. The application allows users to manage tasks, including adding, editing, and deleting tasks. It utilizes SQLAlchemy as an Object-Relational Mapping (ORM) tool to interact with a SQLite database.","archived":false,"fork":false,"pushed_at":"2023-10-19T15:46:52.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T08:12:08.035Z","etag":null,"topics":["flask","python","sqlalchemy","sqlite","taskmanager"],"latest_commit_sha":null,"homepage":"http://billyenrizky.pythonanywhere.com/","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/billy-enrizky.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":"2023-10-19T15:05:43.000Z","updated_at":"2025-05-22T09:40:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6200ac8-c706-48e3-a89a-05dc478cec9c","html_url":"https://github.com/billy-enrizky/Flask-Task-Manager","commit_stats":null,"previous_names":["billy-enrizky/flask-task-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/billy-enrizky/Flask-Task-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billy-enrizky%2FFlask-Task-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billy-enrizky%2FFlask-Task-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billy-enrizky%2FFlask-Task-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billy-enrizky%2FFlask-Task-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billy-enrizky","download_url":"https://codeload.github.com/billy-enrizky/Flask-Task-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billy-enrizky%2FFlask-Task-Manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264419579,"owners_count":23605203,"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":["flask","python","sqlalchemy","sqlite","taskmanager"],"created_at":"2025-02-25T23:18:45.607Z","updated_at":"2025-07-09T08:12:09.147Z","avatar_url":"https://github.com/billy-enrizky.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager Using Flask\n# Project README\n\nThis project consists of a simple task manager web application developed using Flask, a micro web framework for Python. The application allows users to manage tasks, including adding, editing, and deleting tasks. It utilizes SQLAlchemy as an Object-Relational Mapping (ORM) tool to interact with a SQLite database.\n\n## Project Structure\n\nThe project includes several files and directories:\n\n### app.py\n\nThis is the main Python script that initializes the Flask application. It configures the secret key and database URI, sets up the SQLAlchemy database, and imports the routes from the `routes.py` file. The Flask app is run with debugging enabled when this script is executed.\n\n### forms.py\n\nThis file defines Flask-WTF forms used in the application for user input. It includes forms for adding and editing tasks. These forms handle data validation and submission.\n\n### models.py\n\nThe `models.py` file defines the database model used in the application. It includes a `Task` class with attributes such as `id`, `title`, `date`, and `desc` to represent tasks. This class is used for creating and querying the database.\n\n### routes.py\n\nIn `routes.py`, you'll find the routes and views for the Flask application. It defines routes for displaying the task list, adding tasks, editing tasks, and deleting tasks. Views are implemented using Flask's render_template function.\n\n### Templates (HTML files)\n\nSeveral HTML templates are used to render the web pages. They include:\n\n- **base.html:** The base template for all pages. It includes navigation links and handles message flashing.\n- **add.html:** The template for adding a new task.\n- **delete.html:** The template for confirming task deletion.\n- **edit.html:** The template for editing an existing task.\n- **index.html:** The main page displaying the list of tasks.\n\n## Usage\n\nTo run the project:\n\n1. Ensure you have Python and the required libraries installed.\n2. Open your command-line interface.\n3. Navigate to the project directory.\n4. Execute `python app.py`.\n5. Open a web browser and access the application at `http://127.0.0.1:5000/`.\n\n## Dependencies\n\n- Flask: A micro web framework for Python.\n- Flask-WTF: An integration of the WTForms library for Flask.\n- SQLAlchemy: A SQL toolkit and Object-Relational Mapping (ORM) library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilly-enrizky%2Fflask-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilly-enrizky%2Fflask-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilly-enrizky%2Fflask-task-manager/lists"}