Update Readme

This commit is contained in:
nguentrungthat 2025-04-09 13:40:36 +07:00
parent 4d148279e0
commit f3e9b40cf3
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LOG SERVICE
# BACK-END
### 1. Copy .env.example -> .env
@ -7,3 +7,13 @@
### 3. node ace migration:run
### 4. npm run dev
# FRONT-END
### 1. cd manage-view
### 2. Copy .env.example -> .env
### 3. npm install
### 4. npm start

4
manage-view/.env.example Normal file
View File

@ -0,0 +1,4 @@
PORT=3000
HOST=0.0.0.0
NODE_ENV=development
REACT_APP_API_SERVER_ADDRESS="http://127.0.0.1:3333/api"