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
를 사용하여 애플리케이션을 백그라운드에서 실행시킵니다.AWS Route 53을 활용한 도메인 관리
백엔드 테스트 구현
jest.config.js
)을 만들고 기본 설정을 하세요.async/await
와done
콜백을 사용하여 비동기 코드의 완료를 테스트하세요.describe
와test
블록을 사용하여 테스트 케이스를 그룹화하고 정리하세요.프론트엔드 배포
심화 요구사항
테스트 구현
상품 이미지 업로드
SSL 인증서를 통한 HTTPS 연결 구현
주요 변경사항
스크린샷
멘토에게
타입스크립트 야금야금 다른 브랜치에서 하긴하는데 아마 못할거 같습니다.ㅜ
일단 js로 만든 프로젝트에 이번 요구사항 반영했어요.
셀프 코드 리뷰를 통해 질문 이어가겠습니다.