Installation
Execute one of the following to install xpress-req-validator
yarn add xpress-req-validator
Or
npm install xpress-req-validator
Joi (the awsome JSON Schema validator) is a formal dependency for xpress-req-validator
Execute following command to install Joi
yarn add Joi
Last updated
Was this helpful?