Input Validation & Transformation with NestJS, Prisma, PostgreSQL, Docker & Swagger | [Part 2]

Опубликовано: 18 Март 2025
на канале: ASMR DEVELOPER
190
1

🚀 In this video, we take your backend expertise to the next level by diving deep into Input Validation & Transformation using the dynamic stack of NestJS, Prisma, PostgreSQL, Docker, and Swagger. Whether you're a seasoned developer or just starting, this tutorial equips you with the skills to ensure data integrity and enhance user experience.

📦 What You'll Cover:

NestJS as the backend framework
Prisma as the Object-Relational Mapper (ORM)
PostgreSQL as the database
Swagger as the API documentation tool

📦 Development environment

To follow along with this video, you will be expected to:

have Node.js installed.
have Docker or PostgreSQL installed.
have the Prisma VSCode Extension installed. (optional)

🔗 Useful Resources:
Access the complete code and project files on our GitHub repository https://github.com/asmr-developer777/....

🔔 Stay Updated:
Make sure to subscribe to our channel for more exciting tutorials, coding tips, and best practices. Hit the notification bell to stay informed about our upcoming content!

🟩 My Setup:
Keyboard: https://tinyurl.com/yck3txee
Mouse: https://tinyurl.com/ywhwr3zv
Headset: https://tinyurl.com/9pve2rzy
Monitor: https://tinyurl.com/37ae6v3w

#NestJS #Prisma #PostgreSQL #Swagger #RESTAPI #BackendDev

⏱️ Timestamps:
0:00 Start docker-compose
0:20 Start dev server
0:45 Install NPM dependencies
1:00 Add global validation pipe
2:00 Add validation rules
4:58 Remove all non-whitelisted properties
5:50 Transform dynamic URL paths