Refactor code #1

Merged
joseph merged 3 commits from that into main 2025-04-09 17:17:23 +10:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit f3e9b40cf3 - Show all commits

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"