Go to file
nguyentrungthat e2e66f86bf Add health check endpoint and controller
Introduces HealCheckController to perform a health check by posting to a wiki API. Adds a new route at /atc/health-check for accessing the health check functionality.
2025-12-23 10:19:16 +07:00
BACKEND Add health check endpoint and controller 2025-12-23 10:19:16 +07:00
FRONTEND Update 2025-12-20 10:13:33 +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