{"id":15547490,"url":"https://github.com/stefanfreitag/flask-hello-world","last_synced_at":"2026-04-02T01:48:59.726Z","repository":{"id":46377275,"uuid":"303368323","full_name":"stefanfreitag/flask-hello-world","owner":"stefanfreitag","description":"Simple Flask app to show the Hello World message","archived":false,"fork":false,"pushed_at":"2024-05-15T17:27:57.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T23:28:22.645Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/stefanfreitag.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":"2020-10-12T11:20:54.000Z","updated_at":"2024-05-15T17:28:01.000Z","dependencies_parsed_at":"2024-05-16T06:01:31.874Z","dependency_job_id":null,"html_url":"https://github.com/stefanfreitag/flask-hello-world","commit_stats":{"total_commits":17,"total_committers":4,"mean_commits":4.25,"dds":"0.47058823529411764","last_synced_commit":"540c45a193d216e6c9a0cb24672e63aae10a7a04"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanfreitag%2Fflask-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanfreitag%2Fflask-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanfreitag%2Fflask-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanfreitag%2Fflask-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanfreitag","download_url":"https://codeload.github.com/stefanfreitag/flask-hello-world/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243004103,"owners_count":20220236,"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","python"],"created_at":"2024-10-02T13:09:23.294Z","updated_at":"2025-12-26T03:24:51.746Z","avatar_url":"https://github.com/stefanfreitag.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple HTTP Service\n\nA simple _Hello World_ web application.\nIn the background it utilizes Python3 and Flask.\n\nThe web server starts by default at port 5000 and exposes a basic HTML page under _/_.\nThe page shows e.g. the IP address.\n\n## Building the image\n\n- Check out the code from the git repository and run.\n\n```sh\nREV_TAG=$(git log -1 --pretty=format:%h)\ndocker build -t flask-hello-world:$REV_TAG .\n```\n\n- Listing the available images\n\n```sh\ndocker images\nREPOSITORY                                                                  TAG                                                                IMAGE ID            CREATED             SIZE\nflask-hello-world                                                           latest                                                             c1440e991356        14 seconds ago      113MB\n```\n\n- Start a container and bind the container port 5000.\n\n```sh\ndocker run -d -p 5000:5000 flask-hello-world:latest\n0c362cfed041d0580386e0b7ef24c18317a378a8319744d38f8b81ddf82d3c02\n```\n\n## Links\n\n- [Flask](https://flask.palletsprojects.com/en/1.1.x/)\n- [Python.org](https://www.python.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanfreitag%2Fflask-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanfreitag%2Fflask-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanfreitag%2Fflask-hello-world/lists"}