<aside>
💡 API 명세서
- 프론트엔드와 백엔드가 같이 통신하는 방법으로, 필요한 데이터를 전송하거나 가져올 때 사용합니다.
</aside>
DB 정보 불러오기 (workstyles, interest, questions)
1. GET /profiles/workstyles/ ✅
2. GET /profiles/interests/ ✅
3. GET /profiles/short-questions/ ✅
Auth (/accounts)✅
1. POST /accounts/login/ ✅
2. POST / accounts/signup/✅
3. POST /accounts/check-username/✅
4. POST /accounts/auth/logout/ ✅
5. DELETE /accounts/delete/ ✅
개인 프로필 열람 (/user/view)✅
1. GET /profiles/user/current/ ✅
2. GET /profiles/user/view/str:username/ ✅
3. GET /profiles/user/view/long-questions/str:username/ ✅
4. GET /profiles/user/view/friends/str:username/ ✅
5. GET /profiles/user/search/ ✅
친구추가 (/user/follow(unfollow))✅