{"id":14987688,"url":"https://github.com/edmartt/grpc-crud","last_synced_at":"2025-08-21T08:31:38.861Z","repository":{"id":208775655,"uuid":"722463261","full_name":"Edmartt/grpc-crud","owner":"Edmartt","description":"A simple gRPC server-client code with an http client for sending data","archived":false,"fork":false,"pushed_at":"2025-07-17T20:32:56.000Z","size":142,"stargazers_count":45,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-07-17T22:55:24.720Z","etag":null,"topics":["concurrency","gin","gin-gonic","go","golang","gorm","goroutine","goroutines","gprc","openapi","solid-principles","swagger","swaggo","testing","testing-framework","unit-testing","unittest"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Edmartt.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,"zenodo":null}},"created_at":"2023-11-23T07:51:47.000Z","updated_at":"2025-07-17T20:33:00.000Z","dependencies_parsed_at":"2024-01-15T05:15:10.736Z","dependency_job_id":"2f2ea759-ce1b-4182-b916-677c97e818fd","html_url":"https://github.com/Edmartt/grpc-crud","commit_stats":{"total_commits":61,"total_committers":2,"mean_commits":30.5,"dds":0.06557377049180324,"last_synced_commit":"a04de4ee59c7253139ec28dd0c9ffe4080ee97b7"},"previous_names":["edmartt/grpc-test-server"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Edmartt/grpc-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgrpc-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgrpc-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgrpc-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgrpc-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edmartt","download_url":"https://codeload.github.com/Edmartt/grpc-crud/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgrpc-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271449245,"owners_count":24761639,"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-08-21T02:00:08.990Z","response_time":74,"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":["concurrency","gin","gin-gonic","go","golang","gorm","goroutine","goroutines","gprc","openapi","solid-principles","swagger","swaggo","testing","testing-framework","unit-testing","unittest"],"created_at":"2024-09-24T14:15:10.942Z","updated_at":"2025-08-21T08:31:38.593Z","avatar_url":"https://github.com/Edmartt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Test Server\n\ngRPC is an implementation of RPC (remote procedure calls) originally designed by Google. It is open source and is used for communications with client-server architecture.\n\ngRPC can use protocol buffers as an interface definition language and as a format for message exchange.\n\nIf you want to know more visit: [introduction to gRPC](https://grpc.io/docs/what-is-grpc/introduction/)\n\nThis small project is a simple CRUD in which gRPC is used to register people's data such as name, surname and email, containing the service code, in a separate package the gRPC client and also an HTTP client through which in a simple way and in JSON format the data can be sent to avoid complications configuring clients such as POSTMAN or Insomnia for gRPC.\n\n## Requirements\n\n- Go 1.19+\n- SQLite\n- http client: POSTMAN, Insomnia, cURL\n\n### Running Locally\n\n```\ngit clone https://github.com/Edmartt/grpc-crud.git\n```\n\nor ssh instead:\n\n```\ngit clone git@github.com:Edmartt/grpc-crud.git\n```\n\nbrowse into project directory:\n\n```\ncd grpc-crud/\n```\n\ndownload dependencies\n\n```\ngo mod tidy\n```\n\nset environment variables following the [.env.example](https://github.com/Edmartt/grpc-test-server/blob/main/.env.example) file and run\n\n```\ngo run main.go\n```\n\nbecause concurrency was added for http server, now just with the above command is enough for running the whole project\n\n#### Note\n\nYou can check api docs in: [api docs](http://localhost:8080/api/v1/swagger/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fgrpc-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmartt%2Fgrpc-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fgrpc-crud/lists"}