You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use docker compose up to startup database and backend (tested with Docker version 24.0.6, build ed223bc, Docker Compose version v2.22.0-desktop.2, Mac M2)
Run migrations with docker exec -it backend poetry run python manage.py migrate
Run unit tests with docker exec -it backend poetry run pytest