A Beginner's Guide to Morgan NPM Logger
Morgan is a middleware for node.js that logs HTTP requests and is commonly used in Express projects. The middleware pattern is just a list of handler methods, each of which calls the next in line once it has done its work.