{"id":15323768,"url":"https://github.com/mvrilo/app-poc","last_synced_at":"2025-10-09T10:31:34.832Z","repository":{"id":137028808,"uuid":"264817633","full_name":"mvrilo/app-poc","owner":"mvrilo","description":"a go poc project and boilerplate built with grpc, rest, protobuf, gin and gorm","archived":true,"fork":false,"pushed_at":"2020-06-10T13:47:53.000Z","size":145,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T19:02:13.509Z","etag":null,"topics":[],"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/mvrilo.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":"2020-05-18T03:39:13.000Z","updated_at":"2023-01-27T22:27:08.000Z","dependencies_parsed_at":"2023-03-13T00:00:37.960Z","dependency_job_id":null,"html_url":"https://github.com/mvrilo/app-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvrilo/app-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Fapp-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Fapp-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Fapp-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Fapp-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvrilo","download_url":"https://codeload.github.com/mvrilo/app-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Fapp-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001275,"owners_count":26083040,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-10-01T09:21:51.453Z","updated_at":"2025-10-09T10:31:34.826Z","avatar_url":"https://github.com/mvrilo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# app-poc\n\n`app-poc` is a SOA project built with Go intended to serve as a PoC and boilerplate for future development. It's built around DDD with gorm, protobuf, grpc and rest (via grpc-gateway and gin). The entrypoint is located at the root of the project, the `main.go`.\n\nThe business logic is located at the `core` directory. Each component of our server there, or _services_, must implement an interface for being loaded in the main server:\n\n```\ntype RegisterableService interface {\n\tRegister(s *Server) error\n}\n```\n\nOur services are defined and loaded at the main entrypoint, before starting the server.\n\nFor configuration it uses env vars, check `.env.sample` and `pkg/config`.\n\n\n## Installing\n\nWith Go:\n\n```\ngo get github.com/mvrilo/app-poc\n```\n\nBuilding, with Go:\n\n```\ngit clone github.com/mvrilo/app-poc\ncd app-poc\nmake deps\nmake\n```\n\nRunning with Go:\n\n```\nmake run\n```\n\nRunning with docker-compose:\n\n`docker-compose up`\n\n\n## Author\n\nMurilo Santana \u003c\u003cmvrilo@gmail.com\u003e\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrilo%2Fapp-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvrilo%2Fapp-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrilo%2Fapp-poc/lists"}