Writing CRUD in NestJS is the same boilerplate, every time. Entity class, DTO class, controller with five routes, service with five methods. Multiply that by twenty resources and you have a thousand lines of code that all look identical.
nest-faster-crud is my attempt at a more declarative approach: annotate an entity class, register it, and the framework handles the rest.
About 5 min
