{"id":19692329,"url":"https://github.com/root27/rust-grpc","last_synced_at":"2026-07-16T05:02:00.723Z","repository":{"id":222481225,"uuid":"753504402","full_name":"root27/rust-grpc","owner":"root27","description":"Rust Grpc Server and Client with MongoDB","archived":false,"fork":false,"pushed_at":"2024-03-08T08:52:03.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T03:43:38.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/root27.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":"2024-02-06T08:58:32.000Z","updated_at":"2024-02-20T08:30:34.000Z","dependencies_parsed_at":"2024-02-14T13:46:05.258Z","dependency_job_id":"31aa7f9f-c302-4225-a770-cda0e22caa03","html_url":"https://github.com/root27/rust-grpc","commit_stats":null,"previous_names":["root27/rust-grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/root27/rust-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Frust-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Frust-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Frust-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Frust-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/root27","download_url":"https://codeload.github.com/root27/rust-grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Frust-grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35531122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"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-11-11T19:13:00.568Z","updated_at":"2026-07-16T05:02:00.708Z","avatar_url":"https://github.com/root27.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Grpc Server \n \nThis repo contains grpc server and client using Rust and actix-web. It includes basic CRUD operations with MongoDB.\n\n## How to run the server\n```bash\n\ncargo run --bin server\n\n```\n\n## How to run the client\n```bash\n\ncargo run --bin client\n\n```\n\nClient includes several APIs to communicate with grpc server.\n\n### APIs\n\n1. Create User\n\n- Request\n\n```json\n{\n  \"name\": \"John Doe\",\n  \"email\": \"test@test.com\",\n  \"password\": \"password\",\n  \"age\": 25\n}\n\n```\n\n- Response\n\n```json\n{\n    \"message\": \"User created\"\n}\n\n```\n\n2. Get User\n\n- Request\n\n```json\n{\n  \"email\": \"\"\n}\n\n```\n\n- Response\n\n```json\n{\n    \"name\": \"\",\n    \"email\": \"\",\n    \"age\": ,\n    \"message\": \"User found\"\n}\n\n```\n\n3. Update User\n\n- Request\n\n```json\n{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"age\":\n}\n\n```\n\n- Response\n\n```json\n{\n    \"message\": \"User updated successfully\"\n}\n\n```\n\n4. Delete User\n\n- Request\n\n```json\n{\n  \"email\": \"\"\n}\n\n```\n\n- Response\n\n```json\n{\n    \"message\": \"User deleted\"\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot27%2Frust-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froot27%2Frust-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot27%2Frust-grpc/lists"}