A kind of initial commit

This commit is contained in:
heboba
2026-02-26 19:33:05 +00:00
commit 9ab125b1a6
37 changed files with 3053 additions and 0 deletions

4
scripts/start_app.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -eu
exec uvicorn app.main:create_app --factory --host 0.0.0.0 --port 8000