should schema validation be in the service or controller nodejs code example
Example: joi in node and express
npm init -y
npm install --save express body-parser morgan joi lodash
npm init -y
npm install --save express body-parser morgan joi lodash