{"id":31622861,"url":"https://github.com/timothyrushing/nestjs-microservices-grpc","last_synced_at":"2026-05-03T01:37:22.566Z","repository":{"id":312645060,"uuid":"1048175180","full_name":"timothyrushing/nestjs-microservices-grpc","owner":"timothyrushing","description":"nestjs based microservices with grpc","archived":false,"fork":false,"pushed_at":"2025-09-01T03:46:50.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T01:36:47.847Z","etag":null,"topics":["grpc","microservices","nestjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/timothyrushing.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T03:45:48.000Z","updated_at":"2025-09-01T03:47:23.000Z","dependencies_parsed_at":"2025-09-01T06:29:33.636Z","dependency_job_id":"34767cf2-aeec-44ca-8903-bd9fa353d439","html_url":"https://github.com/timothyrushing/nestjs-microservices-grpc","commit_stats":null,"previous_names":["timothyrushing/nestjs-microservices-grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timothyrushing/nestjs-microservices-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyrushing%2Fnestjs-microservices-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyrushing%2Fnestjs-microservices-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyrushing%2Fnestjs-microservices-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyrushing%2Fnestjs-microservices-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothyrushing","download_url":"https://codeload.github.com/timothyrushing/nestjs-microservices-grpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyrushing%2Fnestjs-microservices-grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grpc","microservices","nestjs","nodejs","typescript"],"created_at":"2025-10-06T17:36:17.735Z","updated_at":"2026-05-03T01:37:22.549Z","avatar_url":"https://github.com/timothyrushing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEST JS Micorservices With gRPC\n\nA monorepo project with Nest JS microservices architecture consisting of two services (my-app and auth), using gRPC as the communication protocol.\u003cbr/\u003e\u003cbr/\u003e\nThis project is presented for an article I wrote on \u003cstrong\u003eMedium\u003c/strong\u003e, providing a tutorial about implementing a centralized authentication microservice with NestJS, using gRPC and Monorepo for streamlined token verification across microservices.\u003cbr/\u003e\n\n### [Full article on Medium](https://medium.com/@tareksaimouah/centralized-authentication-microservice-implementing-token-verification-with-nestjs-and-grpc-81a1f771bc7e)\n\n## Tech Stack\n\n- Node js (16^)\n- Nest JS (10^)\n\n## Main Features\n\n- Monorepo\n- Microservices\n- Shared Libraries\n- gRPC (server, client)\n- Swagger Docs\n\n## How to use\n\n- clone project\n\n- create .env file in the root directory of the `auth` app at `apps/auth` and fill the needed environment variables:\n\n  - DATABASE_HOST\n  - DATABASE_USERNAME\n  - DATABASE_PASSWORD\n  - DATABASE_PORT\n  - DATABASE_NAME\n\n  - JWT_ACCESS_SECRET\n  - JWT_ACCESS_EXPIRE\n\n  - AUTH_MICROSERVICE_URL (default: localhost:5000)\n\n  - create .env file in the root directory of the `my-app` app at `apps/my-app` and fill the needed environment variables:\n\n  - AUTH_MICROSERVICE_URL (default: localhost:5000)\n\n- run:\n\n```bash\n$ pnpm install\n$ pnpm run start:dev\n```\n\n- Visit http://localhost:3001/api-docs for the `auth` microservice Swagger docs and http://localhost:3000/api-docs for the `my-app` microservice Swagger docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyrushing%2Fnestjs-microservices-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothyrushing%2Fnestjs-microservices-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyrushing%2Fnestjs-microservices-grpc/lists"}