-
Email: admin@email.com
-
Senha: AdminKorus@2026
sudo apt install pipx
pipx install poetry
pipx inject poetry poetry-plugin-shell
poetry python install 3.13
poetry env use 3.13
poetry lock
poetry install# Para linter:
task lint
task format
# Subindo a API
task run
# Rodando os testes
task testcp .env.example .env
touch .env.google-calendar-service-account.json
docker compose up --buildO compose sobe:
- API principal:
http://localhost:8000/docs - Auth:
http://localhost:8001/docs - Postgres:
localhost:5433