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

[윤민호] sprint6 #20

Open
wants to merge 6 commits into
base: express-윤민호
Choose a base branch
from

Conversation

Bear4243
Copy link
Collaborator

@Bear4243 Bear4243 commented Feb 1, 2025

요구사항

  • Product 스키마를 작성해 주세요.
  • id, name, description, price, tags, createdAt, updatedAt필드를 가집니다.
  • 필요한 필드가 있다면 자유롭게 추가해 주세요.
  • 상품 등록 API를 만들어 주세요.
  • name, description, price, tags를 입력하여 상품을 등록합니다.
  • 상품 상세 조회 API를 만들어 주세요.
  • id, name, description, price, tags, createdAt를 조회합니다.
  • 상품 수정 API를 만들어 주세요.
  • PATCH 메서드를 사용해 주세요.
  • 상품 삭제 API를 만들어 주세요.
  • 상품 목록 조회 API를 만들어 주세요.
  • id, name, price, createdAt를 조회합니다.
  • offset 방식의 페이지네이션 기능을 포함해 주세요.
  • 최신순(recent)으로 정렬할 수 있습니다.
  • name, description에 포함된 단어로 검색할 수 있습니다.
  • 각 API에 적절한 에러 처리를 해 주세요.
  • 각 API 응답에 적절한 상태 코드를 리턴하도록 해 주세요.
  • . env 파일에 환경 변수를 설정해 주세요.
  • CORS를 설정해 주세요.
  • [render.com]로 배포해 주세요.
  • MongoDB를 활용해 주세요.

멘토에게

  • 어렵네요.. 수정 해야하는 점이나 고쳐야 하는점을 말씀해주시면 감사하겠습니다

Sorry, something went wrong.

@Bear4243 Bear4243 requested a review from dennis2311 February 1, 2025 09:59
@Bear4243 Bear4243 changed the title Express 윤민호 06 [윤민호] sprint6 Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants