Body-Parser middleware in Express
Introduction: Body-parser is a Node.js body parsing middleware for Express. It is responsible for parsing the incoming request bodies in a middleware before your handlers, available under the req.body property. It provides four express middleware for parsing JSON, Raw, Text and URL encoded form data. You can install body-parser in your Express application by running