Skip to content

6주차 미션 [은우]#16

Open
eunwoohwang wants to merge 2 commits into
mainfrom
eunu/week6
Open

6주차 미션 [은우]#16
eunwoohwang wants to merge 2 commits into
mainfrom
eunu/week6

Conversation

@eunwoohwang
Copy link
Copy Markdown
Collaborator

@eunwoohwang eunwoohwang commented May 7, 2026

📌 구현 내용

  • ORM 사용해보기
  • DB 마이그레이션 파일 관리해보기
  • 목록 API 만들어보기
  • 기존에 구현했던 API의 Repository 함수들을 모두 Prisma ORM을 이용하도록 변경
  • 3개 이상의 API구현

#미션 과정
image
커서 추가
image
changes 로 진행 상황 값 변경

#실습 - 리뷰 목록 API
image
image
5개 출력

#미션 0 - 기존 API를 ORM형식으로 변경
image
image
모든 repository를 orm형식으로 변경

#미션 1 - 내가 작성한 리뷰 목록
image
image

#미션 2 - 특정 가게의 미션 목록
image
image

#미션 3 - 내가 진행 중인 미션 목록
image
image

🔗 이슈

#13

@eunwoohwang eunwoohwang linked an issue May 7, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@ywkim1m ywkim1m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기존 구현 API Prisma ORM으로 리팩토링 한 부분 확인했습니다!
6주차 미션도 고생 많으셨습니다!🥰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ORM 사용해보기

2 participants