[강범준] sprint10#153
Open
kangbeomjoon wants to merge 3 commits intocodeit-sprint-fullstack:next-강범준from
Hidden character warning
The head ref may contain hidden characters: "next-\uac15\ubc94\uc900-sprint10"
Open
Conversation
ehj0128
reviewed
Oct 9, 2024
ehj0128
left a comment
There was a problem hiding this comment.
대체로 하던 작업들 반복인것 같네요. component내의 파일들을 이제 폴더화를 서서히 할때가 된 것 같습니다.
Collaborator
Author
일단은 저번주는 백엔드 작업만 진행하고 피드백 주신 부분 적용해서 프론트엔드도 진행해 보도록 하겠습니다. |
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.
요구사항
기본 요구사항
공통
프론트엔드 구현 요구사항
중고마켓 페이지
상품 등록하기 페이지
백엔드 구현 요구사항
상품 등록
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를 구현해 주세요.주요 변경사항
스크린샷
멘토에게