index

Accounts

index method URL Description 진행상황
01-01 POST /accounts/signin 이메일 회원가입 o
01-02 POST /accounts/auth 이메일 로그인 o
01-03 DELETE /accounts/auth 이메일 로그아웃 o
01-04 POST 카카오톡 로그인 o
01-05 POST 구글 로그인 o
02-01 POST /accounts/info 회원정보 입력 o
02-02 GET /accounts/{user_id} 회원정보 조회 o
02-03 PUT /accounts/info 회원정보 수정 o
02-04 GET /accounts/info 내 정보 조회 o
02-05 DELETE /accounts/ 회원 탈퇴 o
02-06 GET /accounts/auth/{user_id} user_id에 따른 nickname, email 조회 o

Exercise

index method URL Description 진행 상황
03-01 GET /exercise/body/{usebody_id} 부위별 운동 간단 조회 o
03-02 GET /exercise/{exercise_id} 운동 상세 조회 o
03-03 POST /exercise 운동 검색 o

Usebody

index method URL Description 진행상황
04-01 GET /usebody 운동 부위 조회 o
04-02 GET /usebody/{usebody_id} 운동 부위 상세 조회 o

Routine

index method URL Description 진행상황
05-01 POST /routine 루틴 생성 o
05-02 GET /routine/box/check/ 내가 담은 루틴 리스트 조회 o
05-03 POST /routine/box/ 내가 담은 루틴 리스트에 추가 o
05-04 DELETE /routine/box/delete/ 내가 담은 루틴 리스트에서 삭제 o
05-05 GET /routine/check/{routine_id} 루틴 조회 o
05-06 PUT /routine/{routine_id} 루틴 수정 o
05-07 DELETE /routine/{routine_id} 루틴 삭제 o
05-08 POST /routine/detail 루틴 상세정보 생성
05-09 GET /routine/detail/{routine_detail_id} 루틴 상세정보 조회 o
05-10 PUT /routine/detail/{routine_detail_id} 루틴 상세정보 수정 제외
05-11 DELETE /routine/detail/{routine_detail_id} 루틴 상세정보 삭제 o
06-01 GET /routine/recommend/{user_id} 루틴 추천(구독순 조회) o
06-02 GET /routine/recommend/pop/ 루틴 추천(인기순 조회) o
07-01 POST /routine/search 루틴 검색 o