ManagementSystem/TrackingToolWeb
Admin 5154464646 update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
..
client update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
images update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
static update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
uploads update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
.DS_Store update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
.gitignore feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
README.md update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
api.py update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
camera.py feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
database.py feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
main.py update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00
models.py feat(tkw): update file main models 2025-12-11 10:04:29 +07:00
package-lock.json feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
requirements.txt feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
ultils.py update(ttw): run send image in backgound 2025-12-11 14:47:34 +07:00

README.md

Run client: npm run dev or npm run build && npm run preview

==> Build client xong => coppy file asset và index vào folder static của server => thêm prefix static vào link của assets trong file index VD: /camera/static/assets

Run server uvicorn main:app --reload

nohup uvicorn main:app --host 172.16.6.38 --port 8080 > log.log 2>&1 &