An open API service indexing awesome lists of open source software.

https://github.com/fscheidt/fast

fastapi examples
https://github.com/fscheidt/fast

api fastapi python

Last synced: about 1 month ago
JSON representation

fastapi examples

Awesome Lists containing this project

README

          

# Exemplos FastAPI

## Configuração do projeto

Clonar este repositório localmente:

```bash
git clone https://github.com/fscheidt/fast
```

Criar ambiente virtual:

```bash
cd fast
python3 -m venv env
source env/bin/activate
```

Instalar dependências do projeto:

```bash
pip install -r requirements.txt
```

ou
```bash
# pip install "fastapi[standard]" requests uvicorn
```

## APIs
- https://zenquotes.io/api/today

## Ferramentas

- Validação do json: https://jsonlint.com/
- Extensão chrome: [JSON Formatter](https://chromewebstore.google.com/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa)
- Thunder client (vscode)
- Httpie