ManagementSystem/TrackingToolWeb
Admin 1f08e2b503 update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
..
client update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
images/2025_12_10 feat(tkw): Tracking tool web 2025-12-10 16:23:45 +07:00
static update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
uploads update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
.DS_Store update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
.gitignore update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
README.md update(ttw): run send image in backgound 2025-12-11 14:55:09 +07:00
api.py update(ttw): run send image in backgound 2025-12-11 14:55:09 +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:55:09 +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

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 &