Express servers receive data from the client-side through the req object in three instances: the req.params, req.query, and req.body objects. The req.params object captures data ...