{"id":29796306,"url":"https://github.com/hoan02/puchi-be-microservices","last_synced_at":"2025-07-28T05:08:20.056Z","repository":{"id":306808062,"uuid":"1027263356","full_name":"hoan02/puchi-be-microservices","owner":"hoan02","description":"puchi backend","archived":false,"fork":false,"pushed_at":"2025-07-27T17:45:44.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T19:32:00.551Z","etag":null,"topics":["golang","grpc","k8s","microservices"],"latest_commit_sha":null,"homepage":"","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/hoan02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-27T16:54:28.000Z","updated_at":"2025-07-27T17:48:01.000Z","dependencies_parsed_at":"2025-07-27T19:47:22.392Z","dependency_job_id":null,"html_url":"https://github.com/hoan02/puchi-be-microservices","commit_stats":null,"previous_names":["hoan02/puchi-be-microservices"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hoan02/puchi-be-microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoan02%2Fpuchi-be-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoan02%2Fpuchi-be-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoan02%2Fpuchi-be-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoan02%2Fpuchi-be-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoan02","download_url":"https://codeload.github.com/hoan02/puchi-be-microservices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoan02%2Fpuchi-be-microservices/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["golang","grpc","k8s","microservices"],"created_at":"2025-07-28T05:08:19.487Z","updated_at":"2025-07-28T05:08:20.046Z","avatar_url":"https://github.com/hoan02.png","language":"Go","readme":"# Kratos Project Template\n\n## Install Kratos\n```\ngo install github.com/go-kratos/kratos/cmd/kratos/v2@latest\n```\n## Create a service\n```\n# Create a template project\nkratos new server\n\ncd server\n# Add a proto template\nkratos proto add api/server/server.proto\n# Generate the proto code\nkratos proto client api/server/server.proto\n# Generate the source code of service by proto file\nkratos proto server api/server/server.proto -t internal/service\n\ngo generate ./...\ngo build -o ./bin/ ./...\n./bin/server -conf ./configs\n```\n## Generate other auxiliary files by Makefile\n```\n# Download and update dependencies\nmake init\n# Generate API files (include: pb.go, http, grpc, validate, swagger) by proto file\nmake api\n# Generate all files\nmake all\n```\n## Automated Initialization (wire)\n```\n# install wire\ngo get github.com/google/wire/cmd/wire\n\n# generate wire\ncd cmd/server\nwire\n```\n\n## Docker\n```bash\n# build\ndocker build -t \u003cyour-docker-image-name\u003e .\n\n# run\ndocker run --rm -p 8000:8000 -p 9000:9000 -v \u003c/path/to/your/configs\u003e:/data/conf \u003cyour-docker-image-name\u003e\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoan02%2Fpuchi-be-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoan02%2Fpuchi-be-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoan02%2Fpuchi-be-microservices/lists"}