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.
- Host: GitHub
- URL: https://github.com/matheusadc/tasks-flask-crud
- Owner: MatheusADC
- Created: 2025-01-30T08:47:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:04:26.000Z (over 1 year ago)
- Last Synced: 2025-02-06T14:23:16.215Z (over 1 year ago)
- Topics: crud-api, flask, pytest, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Descrição
O Projeto visa apresentar uma *API* com CRUD(Create, Read, Update e Delete) utilizando o _framework_ ```Flask```.
#
Comandos
### Instalar todas as bibliotecas
```
pip install -r requirements.txt
```
### Iniciar o teste no terminal em SO Windows
```
python -m pytest tests.py -v
```
#
Swagger
