This app requires docker to run.
Run the following commands to setup the environment and run the program:
docker compose up --build
Use ruff to lint over code:
uv run ruff check
Do the above command inside the docker container. It causes error when ran locally (idk why)