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
- Host: GitHub
- URL: https://github.com/fscheidt/fast
- Owner: fscheidt
- Created: 2025-08-13T02:01:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-26T20:22:57.000Z (10 months ago)
- Last Synced: 2025-08-27T04:41:10.097Z (10 months ago)
- Topics: api, fastapi, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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