nicmart-dev / linguistnow

LinguistNow simplifies the hassle of finding available linguists for translation projects.
https://linguistnow.netlify.app
1 stars 1 forks source link

Diving deeper: install express-validator library #41

Open nicmart-dev opened 3 months ago

nicmart-dev commented 3 months ago

https://express-validator.github.io/docs It allows you to combine them in many ways so that you can validate and sanitize your express requests, and offers tools to determine if the request is valid or not, which data was matched according to your validators, and so on.