How to Connect Nest.js App: Set up Swagger
Swagger is a tool to document your API using the OpenAPI specification. Nest has a dedicated module for Swagger, which you will be using shortly.
Get started by installing the required dependencies:
npm install --save @nestjs/swagger swagger-ui-expre...
morshedulmunna.hashnode.dev1 min read