Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.24 KB

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