{"id":17983566,"url":"https://github.com/vvscode/go--basic-ms","last_synced_at":"2025-10-26T11:05:18.768Z","repository":{"id":192843956,"uuid":"687515814","full_name":"vvscode/go--basic-ms","owner":"vvscode","description":"Basic ms in docker","archived":false,"fork":false,"pushed_at":"2023-09-05T15:44:09.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T13:37:04.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/vvscode.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}},"created_at":"2023-09-05T14:10:56.000Z","updated_at":"2023-09-05T14:48:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6d042f1-3cfc-43fb-b43b-59dae9bdeea5","html_url":"https://github.com/vvscode/go--basic-ms","commit_stats":null,"previous_names":["vvscode/go--basic-ms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvscode%2Fgo--basic-ms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvscode%2Fgo--basic-ms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvscode%2Fgo--basic-ms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvscode%2Fgo--basic-ms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvscode","download_url":"https://codeload.github.com/vvscode/go--basic-ms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107828,"owners_count":20884797,"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-10-29T18:17:43.194Z","updated_at":"2025-10-26T11:05:13.709Z","avatar_url":"https://github.com/vvscode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Go HTTP Service and Docker Image Example\n\nThis repository contains a minimal Go HTTP service and Docker image that meet the following requirements:\n\n- Listens on port 8000.\n- Supports an HTTP method:\n  - GET /health/\n    - RESPONSE: `{\"status\": \"OK\"}`\n\n## Docker Image\n\nYou can find the Docker image for this project on Docker Hub at the following location:\n\n[![Docker Hub](https://img.shields.io/badge/Docker%20Hub-Go%20Basic%20MS-blue)](https://hub.docker.com/repository/docker/vvscode/go-basic-ms)\n\n## Usage\n\n### Build and Run Locally\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/vvscode/go--basic-ms.git\n\n1. Navigate to the project directory:\n   ```bash\n   cd go--basic-ms\n\n1. Build the Docker image for this project using the following command:\n   ```bash\n   docker build --platform linux/amd64 -t vvscode/go-basic-ms:latest .\n    ```\n    (Note: The `--platform linux/amd64` flag is used to specify the target platform as AMD64, which is recommended for cross-architecture compatibility.)\n\n1. Run the Docker container:\n\n   ```bash\n   docker run -p 8000:8000 vvscode/go-basic-ms:latest\n\n1. Access the health check endpoint in your browser or with a tool like curl:\n   ```bash\n   curl http://localhost:8000/health/\n\n\n## Links\n\n[GitHub Repository](https://github.com/vvscode/go--basic-ms)\n\n[Docker Hub Repository](https://hub.docker.com/repository/docker/vvscode/go-basic-ms)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvscode%2Fgo--basic-ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvscode%2Fgo--basic-ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvscode%2Fgo--basic-ms/lists"}