pip install "fastapi[all]"

create main.py

uvicorn main:app --reload --host 0.0.0.0 --port 8080