This is a sample project to demonstrate how to use cache and compression in NestJS.
docker compose up -d
curl -i -X GET http://localhost:3000/api/world-cup/results
# 100 items: results for console.log in compression
before compression length 9401
after compression length 210