Skip to content

Gestão de Arquivos utilizando python com FastApi, PostgreSql e AWS

License

Notifications You must be signed in to change notification settings

tiagoBarbano/G-DOCS

Repository files navigation

Criar Ambiente Virtual:

python3 -m venv venv

Ativar Ambiente Virtual:

source venv/bin/activate

Rodar main.py:

  • uvicorn main:app --reload

Comando do Alembic

  • Init aliembic:

    • alembic init -t async migrations
  • After change the model, this command add new change:

    • alembic revision --autogenerate -m "init"
  • To apply the change:

    • alembic upgrade head
  • to check

    • alembic check

About

Gestão de Arquivos utilizando python com FastApi, PostgreSql e AWS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published