Simple express
app that uses express-mug
to capture the res.json
content.
This is useful in case that you need to log a response and the final statusCode
of the route is required.
More details about express-mug
👩💻:
https://www.npmjs.com/package/express-mung
To install just clone the repository and run:
yarn # to install dependencies
yarn dev # to run the server