🚀 FastAPI Project This is a simple FastAPI application. ▶️ How to Run Make sure you have uvicorn and fastapi installed: pip install fastapi uvicorn uvicorn main:app --reload uvicorn main:app -g-reload --host 0.0.0.0 --port 8001