Local Setup, Project Structure, and Running with Uvicorn
Help learners understand this topic clearly, practice it on a small example, and produce reviewable evidence before moving to the next module.
Units
- Unit 02.00: Local Setup, Project Structure, and Running with Uvicorn: Create a clean project folder and virtual environment
- Unit 02.01: Local Setup, Project Structure, and Running with Uvicorn: Install FastAPI, Uvicorn, pytest, httpx, and settings helpers
- Unit 02.02: Local Setup, Project Structure, and Running with Uvicorn: Create the first app object and health route
- Unit 02.03: Local Setup, Project Structure, and Running with Uvicorn: Run the app locally and inspect the automatic docs
- Unit 02.04: Local Setup, Project Structure, and Running with Uvicorn: Record the setup command, port, and local troubleshooting notes
