Minimal starter for scalable, testable Node.js backend projects using Clean Architecture.
- TypeScript + Node.js (Express)
- Clean Architecture (domain → use cases → infrastructure → interface)
- Prisma ORM + PostgreSQL
- Zod for schema validation
- Vitest for unit testing