Go to file
nguyentrungthat 75acf0ed8c Increase test interval and relax license check
Increase physical test polling interval from 5s to 15s (backend setInterval and frontend AutoProgress ms) to reduce polling frequency. Add handling to stop the interval when physicalTest.done, send the physical test report, and end testing. Change license filtering to be case-insensitive and match any value containing "permanent" (backend and frontend) so licenses are detected regardless of casing/format.
2026-03-02 13:29:24 +07:00
BACKEND Increase test interval and relax license check 2026-03-02 13:29:24 +07:00
FRONTEND Increase test interval and relax license check 2026-03-02 13:29:24 +07:00
.gitignore change gitignore 2025-11-26 08:41:19 +07:00
README.md Update gom lại các thư mục, add input history 2025-12-06 10:36:59 +07:00

README.md

BACKEND

1. Copy .env.example -> .env

2. npm install

3. node ace migration:run

4. npm run dev

FRONTEND

1. Copy .env.example -> .env

2. npm install

3. npm run dev

Server Redis

1. sudo apt install redis-server

2. sudo systemctl enable redis-server

3. sudo systemctl start redis-server