{"id":18186451,"url":"https://github.com/Aseyed/go-gRPC-todo","last_synced_at":"2025-04-02T01:32:18.292Z","repository":{"id":106196971,"uuid":"232315334","full_name":"Aseyed/go-gRPC-todo","owner":"Aseyed","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-08T10:24:00.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T08:36:32.654Z","etag":null,"topics":["go","golang","grpc","grpc-go","protobuf","todo","todoapp"],"latest_commit_sha":null,"homepage":null,"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/Aseyed.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}},"created_at":"2020-01-07T12:00:27.000Z","updated_at":"2020-01-08T11:37:08.000Z","dependencies_parsed_at":"2023-05-30T11:45:12.120Z","dependency_job_id":null,"html_url":"https://github.com/Aseyed/go-gRPC-todo","commit_stats":null,"previous_names":["aseyed/grpc-todo","aseyed/go-todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aseyed%2Fgo-gRPC-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aseyed%2Fgo-gRPC-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aseyed%2Fgo-gRPC-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aseyed%2Fgo-gRPC-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aseyed","download_url":"https://codeload.github.com/Aseyed/go-gRPC-todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222788578,"owners_count":17037779,"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":["go","golang","grpc","grpc-go","protobuf","todo","todoapp"],"created_at":"2024-11-03T00:03:02.619Z","updated_at":"2024-11-03T00:03:03.553Z","avatar_url":"https://github.com/Aseyed.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC-todo\n#### This is a TODO app based on go lang and gRPC protocol\n\n## pre-requirements\n* Install go based on your system.\n* Install requirements package with these comands:\n    * `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}`\n    * `go get -u google.golang.org/grpc`\n\n\n## Run the programm\n* make proto file in go language\n    * `protoc -I . todo.proto --go_out=plugins=grpc:.`    \n* To run server\n   * `cd ./cmd/server \u0026\u0026 go build` (`cd` used to server be in same folder ad db file)\n   * `mv server ../.. \u0026\u0026 ./server`\n* To run client\n   * `cd ./cmd/todo`\n   * `go run main.go list` (this option maybe not work; There is a problem in server side)\n   * `go run main.go add SOMETEXT`\n\n## See What is in db\n* `hexdump -c mydb.pb`\n* `cat mydb.pb | protoc --decode_raw`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAseyed%2Fgo-gRPC-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAseyed%2Fgo-gRPC-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAseyed%2Fgo-gRPC-todo/lists"}