Commit fd35bfb8 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

디비 초기값 설정 추가

parent 0f75f3a8
......@@ -25,6 +25,15 @@
cd ..
```
## DB 초기값 설정
앱에 필요한 기본 디비 테이블 및 초기값 생성
```bash
npx ts-node migrations\create.roles.ts
npx ts-node migrations\create.admin.ts
```
### 서버 실행
1. 프론트엔드 서버 실행
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment