{"id":19268031,"url":"https://github.com/abhimanyuhk/flask-rest-app","last_synced_at":"2026-05-08T04:32:02.761Z","repository":{"id":114219112,"uuid":"163173332","full_name":"AbhimanyuHK/Flask-Rest-App","owner":"AbhimanyuHK","description":"REST app in python flask for database interaction.","archived":false,"fork":false,"pushed_at":"2019-02-06T10:50:53.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T13:03:30.226Z","etag":null,"topics":["flask","mysql","python3","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbhimanyuHK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-12-26T11:37:22.000Z","updated_at":"2022-01-28T15:45:22.000Z","dependencies_parsed_at":"2023-05-31T02:00:26.175Z","dependency_job_id":null,"html_url":"https://github.com/AbhimanyuHK/Flask-Rest-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbhimanyuHK/Flask-Rest-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhimanyuHK%2FFlask-Rest-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhimanyuHK%2FFlask-Rest-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhimanyuHK%2FFlask-Rest-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhimanyuHK%2FFlask-Rest-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbhimanyuHK","download_url":"https://codeload.github.com/AbhimanyuHK/Flask-Rest-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhimanyuHK%2FFlask-Rest-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879271,"owners_count":23223736,"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","python3","rest-api"],"created_at":"2024-11-09T20:14:45.794Z","updated_at":"2026-05-08T04:31:57.712Z","avatar_url":"https://github.com/AbhimanyuHK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-Rest-App\n\n## Scope\n* Inserting rows to database\n\n* Updating rows in database\n\n* Fetching rows from database\n\n* Deleting rows from database\n\n\n## Install dependencies \n``` $ pip install -r requirements.txt ```\n\n\n## Run application\n\n``` $ python script/flaskapp.py ```\n\nRunning on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n\n## Insert rows \n\nhttp://127.0.0.1:5000/create\n\n``` \n{\n\t\"firstname\" : \"abhi\",\n\t\"lastname\" : \"manyu\",\n\t\"email\" : \"abhimanyu@gmail.com\"\n}\n```\n## Get row by id\n\nhttp://127.0.0.1:5000/get/\u003cid\u003e\n  \n## Get all rows \n\nhttp://127.0.0.1:5000/all\n\n## Delete row by id\n\nhttp://127.0.0.1:5000/delete/\u003cid\u003e\n  \n  \n``` \n{\n\t\"firstname\" : \"abcd\",\n\t\"lastname\" : \"wxyz\",\n\t\"email\" : \"abcdwxyz@gmail.com\"\n}\n```\n\n## Update row\n\nhttp://127.0.0.1:5000/update/\u003cid\u003e\n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhimanyuhk%2Fflask-rest-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhimanyuhk%2Fflask-rest-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhimanyuhk%2Fflask-rest-app/lists"}