umag_backend / backend /README.md
amyxcao's picture
Deploy FastAPI backend
9c8703c
This is respository for project in 2025 summer vacation with UBC students.
Use this to start up the backend:
source .venv/bin/activate
uvicorn backend.tour_api:app --reload --port 8000