{"id":19441005,"url":"https://github.com/durrezahmed/simple-webapp-flask","last_synced_at":"2026-05-07T02:32:22.897Z","repository":{"id":151620250,"uuid":"575897139","full_name":"durrezahmed/simple-webapp-flask","owner":"durrezahmed","description":"Simple Flask based web application.","archived":false,"fork":false,"pushed_at":"2022-12-08T14:48:40.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T21:48:59.441Z","etag":null,"topics":["docker","flask","python"],"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/durrezahmed.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":"2022-12-08T14:45:40.000Z","updated_at":"2022-12-08T14:52:02.000Z","dependencies_parsed_at":"2023-05-25T04:00:33.522Z","dependency_job_id":null,"html_url":"https://github.com/durrezahmed/simple-webapp-flask","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/durrezahmed%2Fsimple-webapp-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durrezahmed%2Fsimple-webapp-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durrezahmed%2Fsimple-webapp-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durrezahmed%2Fsimple-webapp-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/durrezahmed","download_url":"https://codeload.github.com/durrezahmed/simple-webapp-flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240622224,"owners_count":19830662,"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","python"],"created_at":"2024-11-10T15:33:52.359Z","updated_at":"2026-05-07T02:32:21.134Z","avatar_url":"https://github.com/durrezahmed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Web Application\n\nThis is a simple web application using [Python Flask](http://flask.pocoo.org/) and [MySQL](https://www.mysql.com/) database.\n\nBelow are the steps required to get this working on a base linux system.\n\n- Install all required dependencies\n- Install and Configure Web Server\n- Start Web Server\n\n## 1. Install all required dependencies\n\nPython and its dependencies\n\n    apt-get install -y python python-setuptools python-dev build-essential python-pip python-mysqldb\n\n## 2. Install and Configure Web Server\n\nInstall Python Flask dependency\n\n    pip install flask\n    pip install flask-mysql\n\n- Copy app.py or download it from source repository\n- Configure database credentials and parameters\n\n## 3. Start Web Server\n\nStart web server\n\n    FLASK_APP=app.py flask run --host=0.0.0.0\n\n## 4. Test\n\nOpen a browser and go to URL\n\n    http://\u003cIP\u003e:5000                            =\u003e Welcome\n    http://\u003cIP\u003e:5000/how%20are%20you            =\u003e I am good, how about you?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurrezahmed%2Fsimple-webapp-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdurrezahmed%2Fsimple-webapp-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurrezahmed%2Fsimple-webapp-flask/lists"}