{"id":26794834,"url":"https://github.com/iamrlz/guestbookapp","last_synced_at":"2025-10-26T06:43:04.123Z","repository":{"id":245936178,"uuid":"819604545","full_name":"iamrlz/GuestBookApp","owner":"iamrlz","description":"GuestbookApp is a simple web application built using Flask and Docker, designed to allow users to leave messages in a virtual guestbook.","archived":false,"fork":false,"pushed_at":"2024-06-24T21:35:06.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T17:34:44.284Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/iamrlz.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":"2024-06-24T21:08:33.000Z","updated_at":"2024-06-24T21:37:29.000Z","dependencies_parsed_at":"2024-06-24T22:58:45.518Z","dependency_job_id":null,"html_url":"https://github.com/iamrlz/GuestBookApp","commit_stats":null,"previous_names":["iamrlz/guestbookapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamrlz/GuestBookApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrlz%2FGuestBookApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrlz%2FGuestBookApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrlz%2FGuestBookApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrlz%2FGuestBookApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamrlz","download_url":"https://codeload.github.com/iamrlz/GuestBookApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrlz%2FGuestBookApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281069046,"owners_count":26438554,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["actions","github-actions"],"created_at":"2025-03-29T17:30:07.132Z","updated_at":"2025-10-26T06:43:04.099Z","avatar_url":"https://github.com/iamrlz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GuestbookApp\n\n**GuestbookApp** is a simple web application built using Flask and Docker, designed to allow users to leave messages in a virtual guestbook. The application provides a straightforward interface for submitting and displaying messages, making it ideal for personal or small-scale use cases where basic guestbook functionality is required.\n\n## Features\n\n- **Guestbook Functionality:** Users can submit messages that are stored and displayed in a guestbook format.\n- **Minimalist UI:** The application offers a clean and intuitive user interface for interacting with the guestbook.\n- **Dockerized Environment:** Docker is used for containerization, ensuring easy deployment and environment consistency across different systems.\n\n## Technologies Used\n\n- **Flask:** Python-based web framework used for developing the application.\n- **Docker:** Containerization technology used to package the application and its dependencies into isolated containers.\n- **Python 3.9:** Programming language used for backend logic and application development.\n\n# Build and Run the Docker Image:\n\n``` docker-compose up --build ```\n\n\n### Build application\nBuild the Docker image manually by cloning the Git repo.\n```\n$ git clone https://github.com/iamrlz/GuestBookApp.git\n$ docker build -t iamrlz/GuestBookApp .\n```\n\n### Download precreated image\nYou can also just download the existing image from [DockerHub](https://hub.docker.com/r/lvthillo/python-flask-docker/).\n```\ndocker pull iamrlz/GuestBookApp\n```\n\n### Run the container\nCreate a container from the image.\n```\n$ docker run --name my-container -d -p 8080:8080 iamrlz/GuestBookApp\n```\n\nNow visit http://localhost:8080\n```\n The hostname  IP is 172.19.0.2/5050. \n```\n\n### Verify the running container\nVerify by checking the container ip and hostname (ID):\n```\n$ docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' my-container\n172.19.0.2\n$ docker inspect -f '{{ .Config.Hostname }}' my-container\n3eefbfbad102\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrlz%2Fguestbookapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamrlz%2Fguestbookapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrlz%2Fguestbookapp/lists"}