<<<<<<< HEAD
Goal: Warm up with a tiny service.
pip install -r requirements.txt
uvicorn app.main:app --reload
# open http://localhost:8000/docsdocker build -t lab01-hello .
docker run -p 8000:8000 lab01-hello0aeb8ba (sample commit done using CLI for FastAPI App)