TypeScript Express boilerplate implementing JWT auth and clean architecture
A boilerplate implementing clean architecture and SOLID principles for building REST APIs with Express and TypeScript. It provides user registration and login endpoints, JWT-based authentication middleware, and Prisma-based database integration targeting PostgreSQL. Suitable as a starting point for services that require structured authentication flows.
0