DEV Community

Discussion on: Creating your first Node.js REST API with Nest and Typescript

Collapse
 
dmitryvdovichencko profile image
Dmitry Vdovichenko 💻🤘 • Edited

Thanks for the great article) I always start to learn new things in a simple CRUD way. For me, it's something confusing because I used to work with Express and React in my projects) And I'm not familiar with Angular. But it seems like a more clean and well-tested backend architecture)

P.S. When I go through this nice tutorial with CRUD methods, I've decided to move the filter function, which used for getting a product by id, to ProductService ))