feat: add full project - backend, frontend, docker, specs and configs

This commit is contained in:
MatheusAlves96 2026-04-20 23:59:45 -03:00
parent b77c7d5a01
commit e6cb06255b
24489 changed files with 61341 additions and 36 deletions

View file

@ -0,0 +1,23 @@
"""merge heads
Revision ID: d0e1f2a3b4c5
Revises: a2b3c4d5e6f7, c8d9e0f1a2b3
Create Date: 2026-04-17 00:00:00.000000
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'd0e1f2a3b4c5'
down_revision = ('a2b3c4d5e6f7', 'd1e2f3a4b5c6')
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass