{"id":17356731,"url":"https://github.com/thujuli/mysql-python-todo-list","last_synced_at":"2025-03-27T15:34:39.010Z","repository":{"id":129333814,"uuid":"527250216","full_name":"thujuli/mysql-python-todo-list","owner":"thujuli","description":"Make a simple todo list in Python and MySQL","archived":false,"fork":false,"pushed_at":"2022-08-21T16:13:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:23:23.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/thujuli.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":"2022-08-21T15:41:38.000Z","updated_at":"2022-08-21T16:13:02.000Z","dependencies_parsed_at":"2023-04-05T09:57:16.810Z","dependency_job_id":null,"html_url":"https://github.com/thujuli/mysql-python-todo-list","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/thujuli%2Fmysql-python-todo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thujuli%2Fmysql-python-todo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thujuli%2Fmysql-python-todo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thujuli%2Fmysql-python-todo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thujuli","download_url":"https://codeload.github.com/thujuli/mysql-python-todo-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245872418,"owners_count":20686378,"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-10-15T18:58:18.965Z","updated_at":"2025-03-27T15:34:38.960Z","avatar_url":"https://github.com/thujuli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TODO LIST\n\nSimple todo list using python and mysql\n\n## Requirements\n\n1. Download and Install MySQL Community Server: [MySQL](https://dev.mysql.com/downloads/mysql/).\n    - When you instalation MySQL Server, you can see refrence manual in dev.msql.com: [MySQL](https://dev.mysql.com/doc/refman/8.0/en/installing.html)\n2. After finished instalation and configure MySQL Server. Follow this step to:\n    1. Login MySQL Server using user root.\n        `mysql -u root -p [password]`\n    2. Create new Database to follow this tutorial.\n        `CREATE DATABASE python_mysql`\n    3. Create new user, when you don't have a user to follow this tutorial.\n        `CREATE USER 'thujuli'@'localhost' IDENTIFIED BY 'thujuli'`\n    4. Give privileges for new user to the new database has be created.\n        `GRANT ALL ON python_mysql. * TO 'thuhuli'@'localhost'`\n    5. Congrats you can now follow this tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthujuli%2Fmysql-python-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthujuli%2Fmysql-python-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthujuli%2Fmysql-python-todo-list/lists"}