Skip to content
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

Merged
merged 26 commits into from
Sep 10, 2024
Merged

feat: 리포지토리 설정 #38

merged 26 commits into from
Sep 10, 2024

Conversation

nyj001012
Copy link
Contributor

@nyj001012 nyj001012 commented Sep 9, 2024

개요

패키지 추가

  • dotenv
  • typeorm
  • @mysql/config
  • mysql2

파일 변경

  • app.module.ts에 데이터베이스에 연결하는 설정 추가
  • repository 폴더 밑에 module/...module.ts, provider/...provider.ts 추가

스크린샷

스크린샷 2024-09-09 오후 5 24 41

비고

리포지토리 폴더 구조에 대해 토론하고 싶음

@nyj001012 nyj001012 added the enhancement New feature or request label Sep 9, 2024
@nyj001012 nyj001012 self-assigned this Sep 9, 2024
@nyj001012 nyj001012 linked an issue Sep 9, 2024 that may be closed by this pull request
Copy link
Contributor

@scarf005 scarf005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/entities/ 경로에 추가된 모델들은 기존 backend 저장소에서 가져온 모델들인가요?

@nyj001012
Copy link
Contributor Author

src/entities/ 경로에 추가된 모델들은 기존 backend 저장소에서 가져온 모델들인가요?

넵 맞습니다

Copy link
Contributor

@scarf005 scarf005 left a 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하면 될 것 같습니다.

@nyj001012
Copy link
Contributor Author

  • 기존 DB를 재활용 하는 것인가요?
  • merge conflict 해결하고 merge하면 될 것 같습니다.

기존 DB 재활용 맞습니다 :)

@nyj001012 nyj001012 merged commit 805fb75 into main Sep 10, 2024
2 checks passed
@nyj001012 nyj001012 deleted the 24-리포지토리-설정 branch September 10, 2024 08:53
@scarf005 scarf005 mentioned this pull request Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

리포지토리 설정
2 participants