{"id":23155918,"url":"https://github.com/hyp3rd/go-base-app-skel","last_synced_at":"2025-04-04T17:26:01.684Z","repository":{"id":259225373,"uuid":"877275102","full_name":"hyp3rd/go-base-app-skel","owner":"hyp3rd","description":"A skeleton repository for starting new Go applications with recommended structure and tooling.","archived":false,"fork":false,"pushed_at":"2025-03-13T11:04:13.000Z","size":164,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T12:20:34.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/hyp3rd.png","metadata":{"files":{"readme":"README.Docker.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["hyp3rd"]}},"created_at":"2024-10-23T11:41:57.000Z","updated_at":"2025-03-13T11:02:54.000Z","dependencies_parsed_at":"2024-10-23T17:21:09.938Z","dependency_job_id":"40d953a4-98f2-4f06-a759-8865f7d73126","html_url":"https://github.com/hyp3rd/go-base-app-skel","commit_stats":null,"previous_names":["hyp3rd/go-base-app-skel"],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyp3rd%2Fgo-base-app-skel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyp3rd%2Fgo-base-app-skel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyp3rd%2Fgo-base-app-skel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyp3rd%2Fgo-base-app-skel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyp3rd","download_url":"https://codeload.github.com/hyp3rd/go-base-app-skel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247219099,"owners_count":20903368,"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":[],"created_at":"2024-12-17T21:11:56.087Z","updated_at":"2025-04-04T17:26:01.659Z","avatar_url":"https://github.com/hyp3rd.png","language":"Go","funding_links":["https://github.com/sponsors/hyp3rd"],"categories":[],"sub_categories":[],"readme":"# Docker Environment\n\n## Building and running your application\n\nTo build and run your application, you'll need to install Docker.\nCustomize the [Dockerfile](Dockerfile) and the [compose](compose.yaml) file to your liking, then, when you're ready, start your application by running:\n`docker compose up --build`.\n\nYour application will be available at \u003chttp://localhost:8000\u003e.\n\n### Deploying your application to the cloud\n\nFirst, build your image, e.g.: `docker build -t app .`.\n\nIf your cloud uses a different CPU architecture than your development\nmachine (e.g., you are on a Mac M1 and your cloud provider is amd64),\nyou'll want to build the image for that platform, e.g.:\n\n`docker build --platform=linux/amd64 -t app .`.\n\nThen, push it to your registry, e.g. `docker push my_registry.com/app`.\n\nConsult Docker's [getting started](https://docs.docker.com/go/get-started-sharing/)\ndocs for more detail on building and pushing.\n\n### References\n\n* [Docker's Go guide](https://docs.docker.com/language/golang/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyp3rd%2Fgo-base-app-skel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyp3rd%2Fgo-base-app-skel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyp3rd%2Fgo-base-app-skel/lists"}