Update Readme
This commit is contained in:
parent
4d148279e0
commit
f3e9b40cf3
12
README.md
12
README.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue