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:
NestJS CLI kullanarak hızlı bir proje kurulumu gerçekleştirdim.
API uç noktalarını @ApiTags ve @ApiResponse ile dokümante ettim.
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:
I performed a quick project setup using the NestJS CLI.
I documented the API endpoints with
@ApiTags
and@ApiResponse
.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:
Top comments (0)