Node js + Express : How To Make Data validation Using Express-Validator

Опубликовано: 11 Март 2026
на канале: Code With Fadi
5,070
53

this video is a Part of a complete node.js series, including the usage of Express.js and much more!
This videos shows you to implement input validation in Node/Express applications
we will use express validator package to make our validation on data before we send it to the db

Node js + Express : How To Make Data validation Using Express-Validator
we will use express validator as you see from the title
also you can use fatest-validation and many other packages
so lets see how we can make our validation on request data in server side