@frrri/nest-crud
What is @frrri/nest-crud
@frrri/nest-crud is simplifying CRUD controllers in NestJS.
We believe your CRUD controllers should use a singleton service for it's communication layer. This way @frrri/nest-crud is easily extensible with any type of backend service, be it a database or a secondary api you consume.
For this, we have created two implementations so far:
Until documentation catches up, please have a look at tests in the GitHub repository.
Last updated