NestJs validation constraints
If you've coming from Laravel, you're probably used to simple validation rules that ease developers life with confirmed rule. On NestJs there is no such rules. On top of that to make NesJs more flexible it uses class-validator package which you can add to your project