Skip to content

[Feature] 판매글 관련 CRUD API 구현#25

Merged
Jsplix merged 6 commits intomainfrom
feat/selling-articles-api
Jun 24, 2025
Merged

[Feature] 판매글 관련 CRUD API 구현#25
Jsplix merged 6 commits intomainfrom
feat/selling-articles-api

Conversation

@Jsplix
Copy link
Copy Markdown
Collaborator

@Jsplix Jsplix commented Jun 24, 2025

Motivation

Problem Solving

  • 판매글 삭제 soft-delete 방식으로 삭제
  • 각각에 맞는 URI 지정 및 비즈니스 로직 구현
  • JWT 인증 처리 과정에서 오류 발생하여 일부분 수정

To Reviewer

API 테스트
  1. 판매글 등록
    스크린샷 2025-06-25 020529

  2. 사용자 판매글 목록 조회
    스크린샷 2025-06-25 020719

  3. 판매글 수정
    스크린샷 2025-06-25 020922
    스크린샷 2025-06-25 020934

  4. 판매글 삭제
    스크린샷 2025-06-25 021106
    스크린샷 2025-06-25 021118

@Jsplix Jsplix self-assigned this Jun 24, 2025
@Jsplix Jsplix added the enhancement New feature or request label Jun 24, 2025
@Jsplix Jsplix merged commit adab666 into main Jun 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

판매글 삭제 API 구현 판매글 수정 API 구현 판매글 조회 API 구현 판매글 생성 API 구현

1 participant