NestJS and Prisma boilerplate for authenticated RBAC APIs and caching
Starter boilerplate that combines NestJS and Prisma to provide an authenticated REST API with RBAC, OAuth, and common backend utilities. It includes user management, JWT-based authentication, Google OAuth, rate limiting, validation, health checks, and configurable caching. Suited for building SaaS backends, admin APIs, or any server-side application needing a structured, role-based API foundation.
0