celeroncoder / notary-API

Notes App with NestJS-Typescript, MongoDB.
MIT License
2 stars 1 forks source link

Add an http-logger #11

Closed celeroncoder closed 3 years ago

celeroncoder commented 3 years ago

Add an HTTP-Logger to the application as a middleware to log the requests on the API.

Create a middleware so that the request info is logged before any logic and enable it on all routes.