{"id":21409676,"url":"https://github.com/edgar-code-repository/running-rest-demo-with-docker","last_synced_at":"2026-05-07T12:31:21.693Z","repository":{"id":150026292,"uuid":"622710183","full_name":"edgar-code-repository/running-rest-demo-with-docker","owner":"edgar-code-repository","description":"Running a simple Rest API with Spring Boot and Docker","archived":false,"fork":false,"pushed_at":"2023-04-09T01:34:49.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T04:29:33.302Z","etag":null,"topics":["docker","rest","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/edgar-code-repository.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":"2023-04-02T22:20:46.000Z","updated_at":"2023-04-09T04:28:47.000Z","dependencies_parsed_at":"2023-04-12T20:24:22.332Z","dependency_job_id":null,"html_url":"https://github.com/edgar-code-repository/running-rest-demo-with-docker","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/edgar-code-repository%2Frunning-rest-demo-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgar-code-repository%2Frunning-rest-demo-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgar-code-repository%2Frunning-rest-demo-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgar-code-repository%2Frunning-rest-demo-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgar-code-repository","download_url":"https://codeload.github.com/edgar-code-repository/running-rest-demo-with-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910454,"owners_count":20367537,"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","rest","spring-boot"],"created_at":"2024-11-22T17:28:05.812Z","updated_at":"2026-05-07T12:31:16.669Z","avatar_url":"https://github.com/edgar-code-repository.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"REST DEMO WITH DOCKER\n-----------------------------------------------------------------------------\n\nRest API that runs on port 5000 and contains just two simple endpoints:\n\nhttp://localhost:5000/hello\n\nhttp://localhost:5000/hello-to-you/{name}\n\n-----------------------------------------------------------------------------\n\n\nAfter packaging the Java application as a Jar file, the Docker image is built and run with these commands:\n\n```\n\ndocker build -t running-rest-demo-with-docker:0.0.1 .\n\ndocker run -d -p 5000:5000 running-rest-demo-with-docker:0.0.1\n\n```\n\n-----------------------------------------------------------------------------","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgar-code-repository%2Frunning-rest-demo-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgar-code-repository%2Frunning-rest-demo-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgar-code-repository%2Frunning-rest-demo-with-docker/lists"}