This project is an example of requests log using middleware in NestJS.
The purpose of this project is to log every requests and its respective responses. For that purpose, CorrelationId/ContextId is used to trace entire call
1 - Docker + Docker compose OR NodeJS 20.x installed
docker-compose up
curl --location 'http://localhost:3001' \
--header 'x-correlation-id: my-correlation-123'