first functionable

This commit is contained in:
Julian Freeman
2025-10-18 13:46:48 -04:00
parent bb2f687c91
commit 4348671562
5 changed files with 219 additions and 1 deletions

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
python create_db.py
gunicorn -w 4 -k uvicorn.workers.UvicornWorker api_server:app -b 127.0.0.1:17701