-
Notifications
You must be signed in to change notification settings - Fork 0
API Documents
cookiemiro edited this page Apr 5, 2022
·
17 revisions
-
회원가입 : POST - https://Udada/users/signup
-
로그인 : POST - https://Udada/users/login
-
로그아웃 : POST - https://Udada/users/logout
-
카카오 로그인 : GET - https://Udada/user/login/kakao
-
구글 로그인 : GET - https://Udada/user/login/google
-
kakao callback : GET - https://Udada/user/google/callback
-
google callback : GET - https://Udada/user/google/callback
-
유저 정보 요청 : GET - https://Udada/user
-
구직 게시물 쓰기 : POST - https://Udada/jobserachpost
-
구인 게시물 쓰기 : POST - https://Udada/jobofferpost
-
최근 5개 구직 게시물 조회 : GET - https://Udada/jobserachpost/page
-
최근 5개 구인 게시물 조회 : GET - https://Udada/jobofferpost/page
- 후기 조회 : GET - https://Udada/review => database 후기 테이블에서 데이터 가져와서 렌더링