{"id":22463774,"url":"https://github.com/mikeyangyo/tasks-management-system","last_synced_at":"2026-04-12T04:34:59.599Z","repository":{"id":113969942,"uuid":"355049041","full_name":"mikeyangyo/tasks-management-system","owner":"mikeyangyo","description":"a tasks management system build with python flask, mysql, docker","archived":false,"fork":false,"pushed_at":"2021-04-30T06:19:59.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T18:43:04.821Z","etag":null,"topics":["docker","flask","mysql","nginx","python","uwsgi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mikeyangyo.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":"2021-04-06T03:49:37.000Z","updated_at":"2021-04-21T12:07:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaac6f8b-5dda-40e8-b6a6-eab0ad696115","html_url":"https://github.com/mikeyangyo/tasks-management-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeyangyo%2Ftasks-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeyangyo%2Ftasks-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeyangyo%2Ftasks-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeyangyo%2Ftasks-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikeyangyo","download_url":"https://codeload.github.com/mikeyangyo/tasks-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245862316,"owners_count":20684665,"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":["docker","flask","mysql","nginx","python","uwsgi"],"created_at":"2024-12-06T09:14:05.445Z","updated_at":"2025-12-30T23:22:34.688Z","avatar_url":"https://github.com/mikeyangyo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasks-management-system\n\u003e a tasks management system apis to manage todo list\n\n![Python Version](https://img.shields.io/badge/python-3.7-blue)\n![Repo L](https://img.shields.io/github/license/mikeyangyo/tasks-management-system)\n\nA tasks management system apis to management todo list.\nBuild with Flask, Mysql, Docker\n\n## Usage example\n1. Use below command to start api application.\n```sh\ndocker-compose up -d --build\n```\n2. run migration commands to create table in MySQL database\n```sh\nFLASK_APP=app.py flask run-migrations\n```\n\n3. visit following api endpoints to interacte with system.\n    - List tasks\n      ```\n      GET /tasks\n      ```\n    - Retrieve task\n      ```\n      Get /tasks/:id\n      ```\n    - Create task\n      ```\n      POST /tasks\n      ```\n    - Update task\n      ```\n      PUT /tasks/:id\n      ```\n    - Delete task\n      ```\n      DELETE /tasks/:id\n      ```\n\n## Development setup\nyou can use envs listed below to setup a dev env easily.\n- devcontainer\n- gitpod\n- docker\n\nOr install module dependencies with \n1. pip\n```sh\npip install -r requirements\n```\n2. [Poetry](https://python-poetry.org/)\n```sh\npoetry install\n```\n\n- Hints:\n    - Create new migration need to follow the filename pattern (`\u003cserial_number\u003e.\u003cdate\u003e.\u003cdescription\u003e.sql`)\n\n## Meta\n\nMikeYang – [@mikeyangyo](https://twitter.com/mikeyangyo) – perryvm06vm06@gmail.com\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n[https://github.com/mikeyangyo/](https://github.com/mikeyangyo/)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/mikeyangyo/tasks-management-system/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n4. Commit your changes (`git commit -am 'Add some fooBar'`)\n5. Run test before pushing (`pytest`)\n6. Push to the branch (`git push origin feature/fooBar`)\n7. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeyangyo%2Ftasks-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikeyangyo%2Ftasks-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeyangyo%2Ftasks-management-system/lists"}