{"id":16184385,"url":"https://github.com/mattmezza/k8s-seminar-app","last_synced_at":"2026-03-18T18:18:56.835Z","repository":{"id":79954254,"uuid":"579091202","full_name":"mattmezza/k8s-seminar-app","owner":"mattmezza","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-19T13:46:54.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T12:50:20.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mattmezza.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-12-16T16:28:40.000Z","updated_at":"2023-08-21T16:14:56.000Z","dependencies_parsed_at":"2023-05-24T12:45:28.144Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/k8s-seminar-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattmezza/k8s-seminar-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fk8s-seminar-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fk8s-seminar-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fk8s-seminar-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fk8s-seminar-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/k8s-seminar-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fk8s-seminar-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T07:10:00.992Z","updated_at":"2026-01-20T11:32:16.643Z","avatar_url":"https://github.com/mattmezza.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"k8s-seminar web app\n===\n\n![banner](banner.png)\n\nThis is a very simple web app to showcase a deploy on k8s.\n\nThis app is composed by:\n\n- a client rendered web UI (Angular)\n- a web service exposing a REST api endpoint (Spring Boot)\n\nThe deployment files are hosted in a separate repo [mattmezza/k8s-seminar-config](https://github.com/mattmezza/k8s-seminar-config).\n\n\n# How to run the web app locally\n\nIn order to run the web app locally, you will need to install the following on your machine:\n- nodejs (for the UI)\n- openjdk (for the api)\n\nFor further info on how to install the web app locally, please refer to the individual app (ui and api).\n\n# How to build images\n\nFirst, make sure you cloned this repository on your machine.\n\n## UI\n\n```\ncd ui\ndocker build -t k8s-seminar-ui:1.0.0 .\n```\n\n\n## API\n```\ncd api\nmvn package\ndocker build -t k8s-seminar-api:1.0.0 .\n```\n\n# How to run the containers\n\nOnce you have built the images, running the containers is pretty easy.\n\n## UI\n\n```\ndocker run -p8081:80 k8s-seminar-ui:1.0.0\n```\n\n## API\n```\ndocker run -p8080:8080 k8s-seminar-api:1.0.0\n```\n\nA this point you should have the UI running on port `8081` and the API running on port `8080` on your local machine.\n\nThis means you can open your browser and visit [http://localhost:8081](http://localhost:8081).\n\n\n# How to deploy\n\nInstructions on how to deploy this web app on a k8s cluster can be found in [mattmezza/k8s-seminar-config](https://github.com/mattmezza/k8s-seminar-config).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fk8s-seminar-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Fk8s-seminar-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fk8s-seminar-app/lists"}