Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
travel
Commits
fd35bfb8
Commit
fd35bfb8
authored
Jul 19, 2022
by
Yoon, Daeki
😅
Browse files
디비 초기값 설정 추가
parent
0f75f3a8
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
fd35bfb8
...
...
@@ -25,6 +25,15 @@
cd
..
```
## DB 초기값 설정
앱에 필요한 기본 디비 테이블 및 초기값 생성
```
bash
npx ts-node migrations
\c
reate.roles.ts
npx ts-node migrations
\c
reate.admin.ts
```
### 서버 실행
1.
프론트엔드 서버 실행
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment