This commit is contained in:
2025-01-14 15:16:03 +03:00
parent 6a3fe2d4f2
commit f9ce231443
11 changed files with 178 additions and 1 deletions

4
server/start-server.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
source .venv/bin/activate
uvicorn main:app --host 0.0.0.0 --port 7779