This guide will help you get started with the installation process and run the app on your machine.
This app uses redis as database, so you need to run a Redis on a Docker container.
docker compose up -dcd frontend && npm icd backend && npm icd frontend && npm run devcd backend && npm run start:devNow, open your browser and go to: "http://localhost:3000"