Go to file
nguyentrungthat c86824e589 Refactor health check controller and improve error handling
Moves LINK_WIKI and ERP_URL constants outside the check method for reuse. Updates error handling to set status based on which API call failed, and removes console logging for cleaner output. Always returns code 200 for consistency.
2026-01-17 10:41:51 +07:00
BACKEND Refactor health check controller and improve error handling 2026-01-17 10:41:51 +07:00
FRONTEND Update modal terminal 2026-01-16 10:30:13 +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