> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ambarks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FastAPI

> Deploy com uvicorn, host 0.0.0.0 e porta correta.

# <Icon icon="cloud" color="#0516ee" size={30} /> FastAPI

## Exemplo de `requirements.txt`

```text theme={null}
fastapi
uvicorn[standard]
```

## Exemplo de `ambarks.json`

```json theme={null}
{
  "build": {
    "installCommand": "pip install --no-cache-dir -r requirements.txt"
  },
  "run": {
    "command": "uvicorn main:app --host 0.0.0.0 --port 8000"
  }
}
```

## Configurações no dashboard

* Porta interna: `8000`
