Run the backend (I use Poetry for package management - pip install poetry if you don't have it):
cd backend
poetry install
poetry shell
poetry run uvicorn main:app --reload --port 7001You can also run the backend (when you're in backend):
poetry run pyright