Spaces:
Runtime error
Runtime error
File size: 185 Bytes
9c8703c |
1 2 3 4 5 |
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 |