adds code


In this lecture you will learn how to use a third-party middleware in your express app. The middleware which we are going to use is called as 'morgan' and it is used to log request information. Morgan documentation link: https://expressjs.com/en/resources/middleware/morgan.html Morgan GitHub link:https://github.com/expressjs/morgan Express JS documentation: https://expressjs.com/
Previous Post Next Post