[이태빈] Sprint12#69
Merged
coldplay126 merged 4 commits intocodeit-sprint-fullstack:express-이태빈from Jul 8, 2025
Hidden character warning
The head ref may contain hidden characters: "express-\uc774\ud0dc\ube48-sprint12"
Merged
Conversation
coldplay126
approved these changes
Jul 8, 2025
coldplay126
left a comment
There was a problem hiding this comment.
시드 생성까지 깔끔하게 잘 작성하셨습니다.
요구사항을 잘 이행한 과제라 생각합니다.
마지막 스프린트까지 고생 많으셨습니다!
Comment on lines
+5
to
+11
| const s3 = new S3Client({ | ||
| region: "ap-northeast-2", | ||
| credentials: { | ||
| accessKeyId: process.env.AWS_ACCESS_KEY_ID!, | ||
| secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!, | ||
| }, | ||
| }); |
There was a problem hiding this comment.
인증키 환경변수로 분리하신 점 좋습니다! 한 걸음 더 나아가자면 해당 레포를 포크하여 사용할 유저에게 안내 차 .env.example 파일에 어떤 환경 변수를 설정하면 될지 필드명 정도 안내하는 게 있을 수 있을 것 같습니다!
9b5db8a
into
codeit-sprint-fullstack:express-이태빈
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요구사항
기본 요구사항
공통
백엔드 배포
프로젝트 구조 및 환경 설정
development) 및 배포(production) 환경 설정을 구분하고, 환경 변수를 사용해 관리합니다.AWS S3를 이용한 파일 업로드 시스템 구축
multer-s3라이브러리를 사용하여 이미지 업로드 미들웨어를 S3로 변경합니다.AWS RDS를 사용한 데이터베이스 관리
AWS EC2에서의 애플리케이션 운영
pm2를 사용하여 애플리케이션을 백그라운드에서 실행시킵니다.백엔드 테스트 구현
jest.config.js)을 만들고 기본 설정을 하세요.async/await와done콜백을 사용하여 비동기 코드의 완료를 테스트하세요.describe와test블록을 사용하여 테스트 케이스를 그룹화하고 정리하세요.프론트엔드 배포
심화 요구사항
테스트 구현
상품 이미지 업로드
AWS Route 53을 활용한 도메인 관리
SSL 인증서를 통한 HTTPS 연결 구현
주요 변경사항
스크린샷
멘토에게