Skip to content

Example Project to Show How to Document Your NestJS APIs with Swagger

License

Notifications You must be signed in to change notification settings

MeteSayan/nestjs-swagger-example-api

Repository files navigation

NestJS Swagger Example API

Description

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

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Swagger Url

http://localhost:3200/api/docs

Swagger UI Screenshots

image


image


image


image


image


image

About

Example Project to Show How to Document Your NestJS APIs with Swagger

Topics

Resources

License

Stars

Watchers

Forks