DEV Community

Discussion on: Getting Started With NestJS

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

One thing that NestJS lacks is the deployment of their application.

architecture
Your diagram does not have Data Transfer Object(DTO) which is essential to have your Controller to validate(using class validator) before it gets to the Service Layer(which communicates to the Database).

Well, since it is just a "Getting Started" article, you might as well provide your DTO or the interface of that component in the next series.

Collapse
 
santoshyadavdev profile image
Santosh Yadav

Yeah I will cover them in upcoming articles, here they are not mandatory. So skipped from the diagram.