1st commit

This commit is contained in:
Mateusz Gruszczyński
2025-10-06 08:27:10 +02:00
commit b26b979a6a
16 changed files with 644 additions and 0 deletions

2
start.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
uvicorn app.main:app --host 0.0.0.0 --port 8000