DEV Community

Cover image for NestJS ve Swagger ile API Dokümantasyonu: Kendi Öğrenme Projem
zeynep yeşim koç
zeynep yeşim koç

Posted on

NestJS ve Swagger ile API Dokümantasyonu: Kendi Öğrenme Projem

  Bugün, NestJS framework'ü örnek bir proje geliştirdim ve bu projeye Swagger entegrasyonu yaptım. Bu süreç, yeni bir teknoloji öğrenmenin ne kadar heyecan verici olabileceğini bir kez daha gösterdi.

Bu mini projede:

  1. NestJS CLI kullanarak hızlı bir proje kurulumu gerçekleştirdim.

  2. API uç noktalarını @ApiTags ve @ApiResponse ile dokümante ettim.

  3. API'nin veri yapılarını Dto'lar ile tanımladım.

Bu adımların nasıl işlediğini görmek, yazılım geliştirme dünyasına olan ilgimi daha da artırdı. Projenin kaynak kodunu incelemek isterseniz:


Today, I developed a sample project using the NestJS framework and integrated Swagger into it. This process once again showed me how exciting it can be to learn a new technology.

In this mini-project:

  1. I performed a quick project setup using the NestJS CLI.

  2. I documented the API endpoints with @ApiTags and @ApiResponse.

  3. I defined the API's data structures with DTOs.

Seeing how these steps worked has further increased my interest in the world of software development. If you'd like to check out the source code for the project:

https://github.com/ZeynepYesim01/nestjs-swagger-example.git


Top comments (0)