Creating a REST API with NestJS — Part 02 — CRUD, ValidationPipe and DTO

Marcos Henrique da Silva
12 min readJan 15, 2021

In this article series, we continue developing our REST API using NestJS as a framework of choice

Before we start…

This is the part 02 of a few articles that I am using to create a REST API based with NestJS. If it is your first time here, please check my first article in this link:

--

--