A Python experiment playground.
# Install dependencies
uv sync
# Start Redis & PostgreSQL services
docker compose up -duv run main.pyYou can also use the Justfile for common commands:
just up # Start services
just down # Stop services
just run # Run the app
just # List all commands