Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

사용자 CRUD RestAPI 구현 #2

Open
5 tasks
yejun614 opened this issue May 5, 2023 · 0 comments
Open
5 tasks

사용자 CRUD RestAPI 구현 #2

yejun614 opened this issue May 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yejun614
Copy link
Member

yejun614 commented May 5, 2023

배경/설명

사용자 개인정보를 관리하는 기능이 필요합니다.

요구사항

  • 사용자 관리용 class 생성
  • 사용자 Create
  • 사용자 Read
  • 사용자 Update
  • 사용자 Delete

DB에 저장해야할 사용자 정보들

  • Username
  • Password
  • Avatar Image File

주의사항

  • 사용자 패스워드는 해시 암호화 해주세요.
@yejun614 yejun614 added the enhancement New feature or request label May 5, 2023
@yejun614 yejun614 self-assigned this May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant