Minimal Render Test A tiny FastAPI app to test deployment on Render.com. Local Development pip install -r requirements.txt uvicorn main:app --reload