End-to-End Type-Safe APIs with NestJS & oRPC

Learn how to build type-safe APIs using NestJS and oRPC. We'll set up a Turborepo monorepo, define a shared API contract with Zod schemas, implement CRUD endpoints in NestJS with automatic validation, and generate OpenAPI/Swagger docs — all with full TypeScript type safety and zero API drift. Get access to the full lecture, which includes integration with a React app using TanStack Query for complete end-to-end type safety: https://michaelguay.dev/lectures GitHub Repository: https://github.com/mguay22/nestjs-orpc oRPC: https://orpc.dev