5 ms·
This doesn't seem to do as much as API Platform though? In API Platform you can just define an entity and it will automatically expose CRUD endpoints for that
by resurge 7y ago
This doesn't seem to do as much as API Platform though?
In API Platform you can just define an entity and it will automatically expose CRUD endpoints for that entity [1].
While in NestJS it seems you still need to define each action manually [2].
It's too bad cause I'm really looking for something like API Platform in Typescript.
[1] https://api-platform.com/docs/distribution/#bringing-your-own-model https://api-platform.com/docs/distribution/#bringing-your-ow...
[2] https://docs.nestjs.com/controllers https://docs.nestjs.com/controllers