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

https://github.com/matheusadc/tasks-flask-crud

O Projeto visa apresentar uma API com CRUD(Create, Read, Update e Delete) utilizando o framework Flask.
https://github.com/matheusadc/tasks-flask-crud

crud-api flask pytest python

Last synced: about 1 month ago
JSON representation

O Projeto visa apresentar uma API com CRUD(Create, Read, Update e Delete) utilizando o framework Flask.

Awesome Lists containing this project

README

          

# ícone de descrição Descrição
O Projeto visa apresentar uma *API* com CRUD(Create, Read, Update e Delete) utilizando o _framework_ ```Flask```.

# ícone do terminal Comandos
### Instalar todas as bibliotecas
```
pip install -r requirements.txt
```
### Iniciar o teste no terminal em SO Windows
```
python -m pytest tests.py -v
```

# ícone de API Swagger
![image](https://github.com/user-attachments/assets/2047cd9b-0ab6-47ba-924f-a2d05524f912)