Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyehyun-bak authored Jan 16, 2025
1 parent db2b944 commit 42ebb76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ SpringBoot 백엔드 서버와 React(TypeScript) 클라이언트로 SockJS와 ST
- 접속 시 채팅 메시지를 실시간으로 주고 받을 수 있습니다.
- 자신이 보낸 메시지는 오른쪽에 파란색으로 표시됩니다.
- 접속 시 닉네임을 입력받으며, 각 메시지 상단에 닉네임이 표시됩니다.
- 새로운 사용자가 참여하거나 나가면 이를 별도 UI 메시지로 표시합니다.

## 📝 개발 노트
개발 과정을 블로그로 기록 중입니다. 각 기능의 상세 구현에 대해 정보를 얻으실 수 있습니다.
Expand Down Expand Up @@ -58,11 +59,11 @@ IntelliJ와 같은 적당한 스프링 IDE를 통해 `server` 프로젝트를
기본적으로 `http://localhost:8080/`을 베이스 서버 URL로 연결하도록 클라이언트측에 구현되어있습니다.

## Class 다이어그램
![image](https://github.com/user-attachments/assets/1ca895c3-af8e-4bf2-9357-1848f9bcc423)
![클래스 다이어그램](https://github.com/user-attachments/assets/648c1dfa-d7f4-4aa3-9856-36852d1a30f4)

## 프로젝트 흐름도
![image](https://github.com/user-attachments/assets/85c54449-c8c3-4fd9-8ab1-b3eec1e487a2)
![흐름도](https://github.com/user-attachments/assets/24b44838-1c4d-4b5e-99f3-4205918ab213)

## 실행 화면
![화면 캡처 2025-01-07 164658](https://github.com/user-attachments/assets/106b5817-dbfe-4de9-92ec-bee51508d223) | ![화면 캡처 2025-01-07 165158](https://github.com/user-attachments/assets/ce281053-e3ab-486e-9d11-6dd0f51c0f76)
![화면 캡처 2025-01-07 164658](https://github.com/user-attachments/assets/106b5817-dbfe-4de9-92ec-bee51508d223) | ![spring chat 업데이트 2025-01-16](https://github.com/user-attachments/assets/dd4ed3f4-1f7a-4087-af7e-45650f8dcbb3)
---|---|

0 comments on commit 42ebb76

Please sign in to comment.