This commit is contained in:
Joseph Le 2026-05-14 14:51:34 +07:00
parent 0f2d5db8a3
commit 8e54ca0ceb
3 changed files with 12 additions and 6303 deletions

View File

@ -1,4 +1,5 @@
path
__pycache__
images
uploads
uploads
log.log

View File

@ -5,3 +5,7 @@ Run client: npm run dev or npm run build && npm run preview
Run server uvicorn main:app --reload
nohup uvicorn main:app --host 172.16.6.38 --port 8080 > log.log 2>&1 &
ps aux | grep uvicorn
truncate -s 0 log.log

File diff suppressed because it is too large Load Diff