Example Project to Show How to Document Your NestJS APIs with Swagger.
I created this project for the topic titled 'How to Document Your NestJS APIs with Swagger' which I explained on my blog.
Medium Post URL: https://medium.com/@metesayan/42bdefd13698
npm install# development
$ npm run start
# watch mode
$ npm run start:devhttp://localhost:3200/api/docs




