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 -d
cd frontend && npm i
cd backend && npm i
cd frontend && npm run dev
cd backend && npm run start:dev
Now, open your browser and go to: "http://localhost:3000"