From Monolith to Modular: How I Built a NestJS-Like RBAC Boilerplate Without Knowing It
I started with a basic Express template as a junior developer. Over time, I refactored it into a modular RBAC system with TypeORM, dependency injection, and custom annotations. A friend pointed out it mimicked NestJS. This post details the journey and shares the boilerplate for your use.