Skip to content

Commit 273e139

Browse files
authored
Initialize README with project overview and features
Add detailed project description and features to README
1 parent 69d2d70 commit 273e139

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<img width="734" height="412" alt="image" src="https://github.com/user-attachments/assets/320173ad-63ff-485d-83d9-d62b6e47d98b" />## Fix(log)
2+
3+
> Fix(log)는 개발 과정에서 마주한 에러와 해결 과정을 체계적으로 기록하고,
4+
키워드 및 태그 기반으로 다시 탐색할 수 있도록 설계한 트러블슈팅 아카이빙 서비스입니다.
5+
6+
7+
<img width="1536" height="858" alt="image" src="https://github.com/user-attachments/assets/da464225-7c1e-43cd-9911-d62d033cef24" />
8+
9+
### Core Features
10+
11+
Fix(log)는 단순 게시판이 아니라,
12+
에러 기록을 **검색 가능하고 다시 활용 가능한 지식 자산**으로 만들기 위해 다음 기능들로 구성했습니다.
13+
14+
- 키워드 + 태그 기반 검색
15+
- 최신글 / 인기글 탐색
16+
- 게시글 작성 및 아카이빙
17+
- 마이페이지에서 작성글 / 북마크 / 좋아요 관리
18+
19+
20+
<img width="1536" height="863" alt="image" src="https://github.com/user-attachments/assets/3cc88bfc-8dad-4167-9e56-1e3f17828826" />
21+
22+
23+
### User Flow
24+
25+
Fix(log)의 주요 사용자 흐름은
26+
**가입 → 검색/탐색 → 아카이빙 → 포스팅** 으로 이어지도록 설계했습니다.
27+
28+
<img width="736" height="412" alt="image" src="https://github.com/user-attachments/assets/add544c3-55a2-4bb7-8b3e-5b37eb0e6864" />
29+
30+
31+
### Team R&R
32+
33+
<img width="735" height="410" alt="image" src="https://github.com/user-attachments/assets/30db3596-8554-4e83-a1c7-b476d81a7115" />
34+
35+
36+
### Backend Stack & Responsibilities
37+
38+
**Tech Stack**
39+
- Spring Boot
40+
- Java 21
41+
- MySQL
42+
- AWS EC2 / RDS / S3
43+
- GitHub Actions
44+
45+
<img width="734" height="410" alt="image" src="https://github.com/user-attachments/assets/13d846ef-569c-4c99-9a50-a71721d7d7ff" />
46+
47+
### System Architecture
48+
49+
GitHub Actions 기반 CI 파이프라인으로 빌드한 애플리케이션을
50+
AWS S3와 CodeDeploy를 통해 EC2에 배포했으며,
51+
애플리케이션 데이터는 Amazon RDS(MySQL)에 저장되도록 구성했습니다.
52+
53+
<img width="734" height="412" alt="image" src="https://github.com/user-attachments/assets/770ce3af-92e1-4293-9d66-2ce67c7b0df6" />
54+
55+

0 commit comments

Comments
 (0)