git clone https://github.com/devrel-kr/github-copilot-bootcamp-2025.git
cd github-copilot-bootcamp-2025
cd python
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
INFO: Will watch for changes in these directories: ['/???/github-copilot-bootcamp-2025/python']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [85427] using StatReload
INFO: Started server process [85430]
INFO: Waiting for application startup.
INFO: Application startup complete.