You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
시험 일정
보민, 세연 : 4/28
희천 : 4/26
재윤 : 끝남
24일까지 보고서 작성
22일까지 진행 내용 -> (변경) 22일 발표 없음. 29일 UI 발표. 그 다음 수업시간에 진행내용 발표
ERD 다이어그램 완성
API
User
URI
/User/
Get / <user_id> —- get
POST / ——register
PUT / <user_id> —— update
PUT / <user_id> —- payment
PUT / <user_id>/verify
DELETE /<user_id>
/room
POST / — 토론방 생성
GET / — 토론 목록 가져오기 (썸네일, 룸이름, 날짜)
GET /<room_id> 상세 - room id 정보를 가져오면 상세한 내용이 보여질 수 있도록 (모든 정보)
GET /<room_id>/summary — 기본 정보 (토론방 이름, description, rule을 조인해서 )
/rule
GET / - 목록
GET /<rule_id> - 상세
user 토큰에는 body에는 id와 name필요 , exp(토른의 유효시간)
Beta Was this translation helpful? Give feedback.
All reactions