Skip to content

회원가입

Jin Young Park edited this page Nov 2, 2020 · 3 revisions

회원가입

메소드 경로 짧은 설명
POST api/user/signup 회원가입

Request

{
    email: 'lcpnine@gmail.com'
    password: 'qlalfqjsgh486',
    passwordConfirm: 'qlalfqjsgh486',
    nickname: '우기사랑해'
}

Response

status: 201

{
   message: 'success' 
}

image

Product Backlog

🕸 Web

🍎 iOS


Progress

🗣 Daily Scrum
🧑🏻‍💻 회의록
🤔 회고록
🤼 피어세션

TroubleShooting

🌄 Frontend
⚙️ Backend
🍎 iOS

Ground Rule

📐 Common

🕸 Web

🍎 iOS


ETC

📄 API 문서
🕹 기술 공유
Clone this wiki locally