Hello-World demo
Students who have never used Azure or Foundry before.
Steps
- Clone the sample template: git clone https://github.com/halla-ai/hackathon-sample-2026 && cd hackathon-sample-2026
- Run the mock-mode UI: make dev-mock — the UI works without any Azure credentials so you can see what you are building.
- Copy .env.example to .env and paste the tutor-provided endpoint and deployment name.
- Switch off mock: export USE_MOCK=false. Open the page, send one prompt, observe the model response and the cost.
Token estimate
~5,000 tokens (< 10 KRW model cost)
Deliverable
A screenshot of the first live response.
Common pitfalls
- Pasting the api-key into the source code instead of .env
- Not running make dev-mock first — Azure errors hide UI bugs