Skip to content

Commit 6605b52

Browse files
authored
Revise README.md for better organization and content
Updated README.md to improve structure and clarity.
1 parent 273e139 commit 6605b52

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,39 @@
1-
<img width="734" height="412" alt="image" src="https://github.com/user-attachments/assets/320173ad-63ff-485d-83d9-d62b6e47d98b" />## Fix(log)
1+
## Fix(log)
22

3-
> Fix(log)는 개발 과정에서 마주한 에러와 해결 과정을 체계적으로 기록하고,
3+
Fix(log)는 개발 과정에서 마주한 에러와 해결 과정을 체계적으로 기록하고,
44
키워드 및 태그 기반으로 다시 탐색할 수 있도록 설계한 트러블슈팅 아카이빙 서비스입니다.
5-
6-
75
<img width="1536" height="858" alt="image" src="https://github.com/user-attachments/assets/da464225-7c1e-43cd-9911-d62d033cef24" />
86

9-
### Core Features
107

8+
### Core Features
119
Fix(log)는 단순 게시판이 아니라,
1210
에러 기록을 **검색 가능하고 다시 활용 가능한 지식 자산**으로 만들기 위해 다음 기능들로 구성했습니다.
1311

1412
- 키워드 + 태그 기반 검색
1513
- 최신글 / 인기글 탐색
1614
- 게시글 작성 및 아카이빙
1715
- 마이페이지에서 작성글 / 북마크 / 좋아요 관리
18-
19-
2016
<img width="1536" height="863" alt="image" src="https://github.com/user-attachments/assets/3cc88bfc-8dad-4167-9e56-1e3f17828826" />
2117

22-
2318
### User Flow
24-
2519
Fix(log)의 주요 사용자 흐름은
2620
**가입 → 검색/탐색 → 아카이빙 → 포스팅** 으로 이어지도록 설계했습니다.
27-
2821
<img width="736" height="412" alt="image" src="https://github.com/user-attachments/assets/add544c3-55a2-4bb7-8b3e-5b37eb0e6864" />
2922

3023

3124
### Team R&R
32-
3325
<img width="735" height="410" alt="image" src="https://github.com/user-attachments/assets/30db3596-8554-4e83-a1c7-b476d81a7115" />
3426

35-
3627
### Backend Stack & Responsibilities
37-
3828
**Tech Stack**
3929
- Spring Boot
4030
- Java 21
4131
- MySQL
4232
- AWS EC2 / RDS / S3
4333
- GitHub Actions
44-
4534
<img width="734" height="410" alt="image" src="https://github.com/user-attachments/assets/13d846ef-569c-4c99-9a50-a71721d7d7ff" />
4635

4736
### System Architecture
48-
4937
GitHub Actions 기반 CI 파이프라인으로 빌드한 애플리케이션을
5038
AWS S3와 CodeDeploy를 통해 EC2에 배포했으며,
5139
애플리케이션 데이터는 Amazon RDS(MySQL)에 저장되도록 구성했습니다.

0 commit comments

Comments
 (0)