initial commit

This commit is contained in:
kiaro37
2026-01-26 13:33:54 +03:00
commit 21cb493267
21 changed files with 1028 additions and 0 deletions

6
start.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -e
alembic -c /app/alembic.ini upgrade head || true
exec uvicorn app.main:app --host 0.0.0.0 --port 8000