URL : http://54.180.126.49:8008/api/v1/swagger-ui/index.html
Story
1. 회원가입 -> 일반 로그인 -> 내 채팅방 리스트(확인) -> 채팅방 생성 -> 내 채팅방 리스트 (재확인) -> 오픈 채팅방 리스트(확인) -> <2번 실시> -> 채팅방 퇴장. 2. 회원가입 -> 일반 로그인 -> 채팅방 입장 -> 내 채팅방 리스트(확인) -> 오픈 채팅방 리스트(확인) -> 채팅방 퇴장(명수 확인)
Postman 목록
- Post 회원 가입 - Post 일반 로그인 - Get 내 채팅방 리스트 - Post 채팅방 생성 - Post 채팅방 입장 - Post 치탱방 퇴장 - Get 오픈 채팅방 리스트

URL : http://54.180.126.49:8008/api/v1
{
"email": "[email protected]",
"password": "userpassword",
"confirmPassword": "userpassword"
}
URL : http://localhost:8008/api/v1/login
{
"email": "[email protected]",
"password": "userpassword"
}
Pretty
// Key 값
eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOjIsImVtYWlsIjoidXNlckBleGFtcGxlLmNvbSIsInJvbGUiOiJET0ZBUk1JTkciLCJpYXQiOjE3MjE3MzQ2MjQsImV4cCI6MTgwODEzNDYyNH0.e7Rju-cg_pt3SQs5L67kE5OilXWjj4RWsxTznGh2xYs
Headers → Value 부분 Bearer KeyNumber 변경
{
"roomId": 5,
"title": "Welcome to the new chatroom",
"regionName": "서울특별시",
"tags": [
{
"name": "activity",
"color": "93E0B0"
},
{
"name": "mountain",
"color": "FFCEEA"
}
],
"participantCount": 1,
"createdAt": "2024-07-23T11:39:56.448598"
}
]
Headers → Value 부분 Bearer KeyNumber 변경
{
"title": "Welcome to the new chatroom",
"region": "서울특별시",
"tagNames": [
"activity",
"mountain"
]
}
Send
6(채팅방 넘버)