Run FastAPI apps which uses Uvicorn under the hood. More information: https://manned.org/fastapi.
fastapi run {{path/to/file.py}} --reload
fastapi dev {{path/to/file.py}}
fastapi run {{path/to/file.py}} --host {{host_address}} --port {{port}}
app) or specify a custom app directory:fastapi run {{path/to/file.py}} --app-dir {{path/to/app}} --app {{custom_app_name}}
fastapi --help
fastapi {{subcommand}} --help