Log_service/README.md

20 lines
224 B
Markdown

# BACK-END
### 1. Copy .env.example -> .env
### 2. npm install
### 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