Backend for a Quantum entanglement demo game for CSC ACF conference 2025
Create a .env file in /backend and add your variables accroding to backend/.example-env
docker compose up --buildRecommended way to install python dependencies is via uv. Uv can be installed by running:
curl -LsSf https://astral.sh/uv/install.sh | shWith uv one can install dependencies with:
uv sync #or 'uv sync --no-dev' for no dev dependenciesuv run fastapi run main.py --host 0.0.0.0 --port 8000