{"id":24835654,"url":"https://github.com/omarmoo5/godockerapp","last_synced_at":"2026-04-11T08:03:35.013Z","repository":{"id":175411645,"uuid":"651531535","full_name":"omarmoo5/GoDockerApp","owner":"omarmoo5","description":"Streamlined Golang web server deployment","archived":false,"fork":false,"pushed_at":"2023-07-19T16:02:59.000Z","size":2357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T19:49:00.694Z","etag":null,"topics":["devops","docker","docker-compose","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/omarmoo5.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-06-09T12:53:34.000Z","updated_at":"2023-06-14T22:27:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b1471f3-eaf3-4dbd-bfd7-e0999658d5ab","html_url":"https://github.com/omarmoo5/GoDockerApp","commit_stats":null,"previous_names":["omarmoo5/godockerapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omarmoo5/GoDockerApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarmoo5%2FGoDockerApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarmoo5%2FGoDockerApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarmoo5%2FGoDockerApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarmoo5%2FGoDockerApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omarmoo5","download_url":"https://codeload.github.com/omarmoo5/GoDockerApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarmoo5%2FGoDockerApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["devops","docker","docker-compose","golang"],"created_at":"2025-01-31T04:34:56.281Z","updated_at":"2026-04-11T08:03:35.008Z","avatar_url":"https://github.com/omarmoo5.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Full Documentation :closed_book:\n:warning: See the [Wiki](https://github.com/omarmoo5/GoDockerApp/wiki) for full documentation, screenshots, and implementation details. :warning:\n\n\n# GoDockerApp\nStreamlined Golang web server deployment\n\n```bash\n.\n├── Dockerfile\n├── Jenkinsfile\n├── README.md\n├── app\n│   ├── README.md\n│   ├── db.go\n│   ├── go.mod\n│   ├── go.sum\n│   └── main.go\n├── docker-compose.yml\n└── goapp\n    ├── Chart.yaml\n    ├── charts\n    ├── templates\n    │   ├── app-deployment.yaml\n    │   ├── app-hpa.yaml\n    │   ├── app-service.yaml\n    │   ├── db-deployment.yaml\n    │   └── db-service.yaml\n    └── values.yaml\n```\n\n\n### DELIVERABLES\n- [Dockerfile](https://github.com/omarmoo5/GoDockerApp/blob/main/Dockerfile)\n- [Jenkinsfile](https://github.com/omarmoo5/GoDockerApp/blob/main/Jenkinsfile) Pipeline Build job --\u003e [DockerHub Image](https://hub.docker.com/r/omarmokhtar99/go-docker-app)\n- [Docker compose file](https://github.com/omarmoo5/GoDockerApp/blob/main/docker-compose.yml)\n- [Helm manifests](https://github.com/omarmoo5/GoDockerApp/tree/main/goApp) for Kubernetes to deploy the app\n- [Autoscaling manifest](https://github.com/omarmoo5/GoDockerApp/blob/main/goApp/templates/app-hpa.yaml)\n- [argocd app file](https://github.com/omarmoo5/GoDockerApp/blob/main/agrocd-app.yaml) \u003c-\u003e [Configurations Repo](https://github.com/omarmoo5/goDockerApp-conf)\n- [Documentation](https://github.com/omarmoo5/GoDockerApp/wiki):\n    * [Project Requirements](https://github.com/omarmoo5/GoDockerApp/wiki/Task-Description)\n    * [Containerization Process](https://github.com/omarmoo5/GoDockerApp/wiki/Containerization-Process)\n    * [API Testing and FIX](https://github.com/omarmoo5/GoDockerApp/wiki/API-Testing)\n    * [Jenkins pipeline](https://github.com/omarmoo5/GoDockerApp/wiki/Jenkins-pipeline)\n    * [Helm Manifest \u0026 Autoscaling](https://github.com/omarmoo5/GoDockerApp/wiki/Helm-Manifests-and-Autoscaling)\n    * [ArgoCD ( GitOps )](https://github.com/omarmoo5/GoDockerApp/wiki/argoCD-(GitOps))\n\n\n## Quick Start\n\nyou can run the whole application and the MySQL database using one line only.\n\n```bash\n$ docker-compose up\n```\nby running this command, MySQL and the server containers will be created sharing the same network.\n\n![compose](https://github.com/omarmoo5/GoDockerApp/blob/doc/doc/docker-compose.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarmoo5%2Fgodockerapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomarmoo5%2Fgodockerapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarmoo5%2Fgodockerapp/lists"}