-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 리포지토리 설정 #38
The head ref may contain hidden characters: "24-\uB9AC\uD3EC\uC9C0\uD1A0\uB9AC-\uC124\uC815"
feat: 리포지토리 설정 #38
Conversation
dotenv를 위한 node 패키지 업데이트, typeorm 및 mysql2 추가
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/entities/
경로에 추가된 모델들은 기존 backend 저장소에서 가져온 모델들인가요?
넵 맞습니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 기존 DB를 재활용 하는 것인가요?
- merge conflict 해결하고 merge하면 될 것 같습니다.
기존 DB 재활용 맞습니다 :) |
개요
패키지 추가
dotenv
typeorm
@mysql/config
mysql2
파일 변경
app.module.ts
에 데이터베이스에 연결하는 설정 추가repository
폴더 밑에module/...module.ts
,provider/...provider.ts
추가스크린샷
비고
리포지토리 폴더 구조에 대해 토론하고 싶음