Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

37 lines (34 loc) · 1.45 KB

FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Test Coverage Package version Supported Python versions

Neste repositorio estão meus estudos com FastAPI

Como instalar

git clone git@github.com:djwesleyborges/curso-fastapi.git
cd curso-fastapi
poetry shell
poetry install
python main.py

Comandos:
Criando migração:
alembic revision --autogenerate -m "Cria tabela de fornecedor cliente"
Aplicar migração no banco:
alembic upgrade head