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.
요구사항
기본 요구사항
공통
프론트엔드 구현 요구사항
중고마켓 페이지
상품 등록하기 페이지
백엔드 구현 요구사항
상품 등록
multer
미들웨어를 사용하여 이미지 업로드 API를 구현해 주세요.상품 상세
좋아요 기능
$transaction
을 사용해 주세요.$transaction
을 사용해 주세요.isLiked
필드를 응답 객체에 포함시켜 반환해 주세요.에러 처리
라우트 중복 제거
/users
에 대한get
및post
요청)를app.route()
로 통합해 중복을 제거합니다.express.Router()
를 활용하여 중고마켓/자유게시판 관련 라우트를 별도의 모듈로 구분합니다.인증
id
,email
,nickname
,image
,encryptedPassword
,createdAt
,updatedAt
필드를 가집니다.email
,nickname
,password
를 입력하여 회원가입을 진행합니다.password
는 해싱해 저장합니다.상품 기능 인가
게시글 기능 인가
댓글 기능 인가
심화 요구사항
상태코드 (웹 API 관련)
인증
OAuth를 활용한 인증
프로젝트 구조 변경
(생략 가능) 자유게시판 게시물 등록
multer
미들웨어를 사용하여 이미지 업로드 API를 구현해 주세요.주요 변경사항
스크린샷
멘토에게