How to easily validate request data using express-validator in Node.js
When working with Node.js it is very common to receive data in request (body, query, params), and based on that data we perform some operations on DB and return the results.
Since the data will be coming from external resources like Client-side UI (b...
jayeshchoudhary.hashnode.dev7 min read