Skip to content

[Feat]: 회원가입 및 로그인 구현 #2

@ohhalim

Description

@ohhalim

Branch Keyword

user-domain

구현할 기능

이메일 기반 단순 유저 생성 및 조회 구현
(OAuth 없이 MVP 범위로 제한, 인증/권한 모델은 Phase 4 이후 추가)

  • User 엔티티 및 테이블 생성
  • 유저 생성 API
  • 유저 조회 API

API 명세

  • POST /api/users - 유저 생성 (body: email)
  • GET /api/users/{userId} - 유저 단건 조회

테스트 계획

  • 단위 테스트
  • 통합 테스트
  • 정합성 검증 (ledger replay)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions