feat(chat): 채팅방 생성 API 구현

- 채팅방 생성 및 조회 기능 구현
- 외부 API 연동을 통한 세션 생성 로직 추가
- 채팅방 참여자(유저, 캐릭터) 추가 기능 구현
- UUID 기반 유저 ID 생성 로직 추가
This commit is contained in:
2025-08-08 00:27:25 +09:00
parent 694d9cd05a
commit 1bafbed17c
6 changed files with 330 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
server:
shutdown: graceful
env: ${SERVER_ENV}
logging:
level: