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

monorepo로 변경 #174

Merged
merged 16 commits into from
Nov 18, 2024
Merged

monorepo로 변경 #174

merged 16 commits into from
Nov 18, 2024

Conversation

ezcolin2
Copy link
Collaborator

@ezcolin2 ezcolin2 commented Nov 15, 2024

🔖 연관된 이슈

📂 작업 내용

  • monorepo로 변경
  • 백엔드 api 경로 앞에 모두 api 붙임
  • CI, CD turbo를 사용하여 프론트, 백엔드 통합

📢 리뷰 요구사항 (선택)

현재 .env 파일을 apps/backend와 apps/frontend 모두 붙여넣어야 합니다.

원래 루트 디렉토리에서 한 번에 가져오도록 하려고 했는데 프론트엔드 환경 변수 위치 설정을 하는 법을 몰라서 일단 그대로 두었습니다.

프론트엔드 분들 import.meta.env로 가져올 때 환경 변수 위치 바꾸는 방법 알려주시면 감사하겠습니다!

그리고 api 호출하실 때 /api 앞에 붙이셔야 합니다!

현재 코드들은 제가 /api 붙여서 수정해두었습니다.

로컬에서 테스트 할 때

루트 디렉토리에서 yarn run dev 실행한 뒤 localhost:5173으로 접속하시면 자동으로 local에 띄워둔 서버로 연결이 됩니다.

상용에서 띄울 때

yarn run build를 통해 빌드 한 뒤 yarn run start를 사용하면 됩니다.

@ezcolin2 ezcolin2 added ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우 🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 labels Nov 15, 2024
@ezcolin2 ezcolin2 linked an issue Nov 15, 2024 that may be closed by this pull request
1 task
Copy link
Member

@Tolerblanc Tolerblanc left a comment

Choose a reason for hiding this comment

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

성민님 고생하셨습니다!! 몇 가지 필요없는 파일이 포함된 것 같아서 Request changes 달아두었습니다.

db Outdated Show resolved Hide resolved
apps/backend/src/node/node.repository.ts Show resolved Hide resolved
package.json Show resolved Hide resolved
@ezcolin2
Copy link
Collaborator Author

추가로 CI workflow도 turbo를 통해 프론트, 백엔드 동시에 진행하도록 변경했습니다!

Copy link
Member

@Tolerblanc Tolerblanc left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ezcolin2 ezcolin2 merged commit 8891fbf into develop Nov 18, 2024
4 checks passed
@yewonJin yewonJin deleted the be-feature-#173 branch November 18, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

monorepo로 변경
2 participants