Running locally
cd backend
uvicorn main:app --reload
To view the page, open
localhost:8000
Tests
To run tests:
poetry run pytest backend/tests
cd backend
uvicorn main:app --reload
To view the page, open
localhost:8000
To run tests:
poetry run pytest backend/tests