Nestjs Swagger Made Easy

NestJS is a great tool to run your API, Swagger is a great tool to document it, but adding this two together might bring a lot of duplications.

In the following page, we will come up with solution, that we remove the duplication without losing any power that comes with Swagger.

Background

I assume, that you already have swagger and NestJS glued together. There are plenty of instructions out there already.

[Read More]