nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

A architecture question about CRUD pattern and its controllers #755

Open AlexSun98 opened 2 years ago

AlexSun98 commented 2 years ago

Hi all,

Just a clarification on CRUD pattern on high level.

If I use nestJS with CRUD for a restful API project, (please correct me if im wrong) seems one controller only binds to one data model in CRUD pattern,

Cheers!