Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Este é um repositório de primeira api rest com o framework python flask. com objetivo de fazer um crud básico com sqlite.

License

Notifications You must be signed in to change notification settings

alsgu3rra/apirest-com-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Rest Com Flask

Este é um repositório de primeira api rest com o framework python flask. com objetivo de fazer um crud básico com sqlite.

Iniciando Api

python -m venv .venv

source .venv/bin/activate

pip install --upgrade pip

pip install -r requirements.txt

flask run

Endpoints http://localhost:5000/api/v1

  GET /books
  GET /books/:id
  POST /books
  PATCH /books/:id
  DELETE /books/:id

About

Este é um repositório de primeira api rest com o framework python flask. com objetivo de fazer um crud básico com sqlite.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages