{"id":18778936,"url":"https://github.com/ramsailopal/flask-mysql-demo","last_synced_at":"2026-04-09T11:06:25.075Z","repository":{"id":127741996,"uuid":"544783559","full_name":"RamSailopal/flask-mysql-demo","owner":"RamSailopal","description":"A simple demo of flask with a mysql backend","archived":false,"fork":false,"pushed_at":"2022-10-05T09:25:39.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T05:37:22.600Z","etag":null,"topics":["flask","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/RamSailopal.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-10-03T08:08:42.000Z","updated_at":"2024-03-08T19:37:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"84c8117a-7908-4ced-ac28-774f4f9cf38e","html_url":"https://github.com/RamSailopal/flask-mysql-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RamSailopal/flask-mysql-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2Fflask-mysql-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2Fflask-mysql-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2Fflask-mysql-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2Fflask-mysql-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamSailopal","download_url":"https://codeload.github.com/RamSailopal/flask-mysql-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2Fflask-mysql-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260124096,"owners_count":22962206,"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","mysql","python"],"created_at":"2024-11-07T20:17:51.361Z","updated_at":"2025-12-30T22:32:54.897Z","avatar_url":"https://github.com/RamSailopal.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-mysql-demo\n\nA simple demo of the Python Flask framework using mysql as a backend\n\nCreates a simple api for adding users to a mysql table\n\n\n![Alt text](flask.JPG?raw=true \"view\")\n\n\n# Provisioning\n\n    git clone https://github.com/RamSailopal/flask-mysql-demo.git\n    cd flask-mysql-demo\n    docker-compose up\n    \n# Backend\n    \n    \nOn completion of the provisioning of the environment, navigate to http://serveraddress:5000/user to GET and POST data\n\n# Mysql view\n\n     mysql\u003e select * from Users;\n     +----+------+-----+-----+\n     | id | name | age | sex |\n     +----+------+-----+-----+\n     |  1 | Ram  | 21  | M   |\n     |  2 | Bob  | 52  | M   |\n     +----+------+-----+-----+\n     2 rows in set (0.00 sec)\n     \n\n# Front-end\n\nA crude front-end to demonstate the use of Jinja templates has been added.\n\nTo view the front-end, navigate to:\n\nhttp://serveraddress:5001\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsailopal%2Fflask-mysql-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framsailopal%2Fflask-mysql-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsailopal%2Fflask-mysql-demo/lists"}