Skip to content

Commit 1335e72

Browse files
authored
Merge pull request #173 from codingpot/update-readme
feat: update README.md
2 parents 6536682 + 425855a commit 1335e72

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,30 @@ make install
2727
```shell
2828
make gen.all
2929
```
30+
31+
## 구조 설명
32+
33+
```
34+
.
35+
├── buf.gen.yaml # Buf 관련 파일
36+
├── buf.yaml # Buf 관련 파일
37+
├── client/ # 프론트 코드 (Flutter)
38+
├── codecov.yml # 코드 커버리지 CI 설정 파일
39+
├── dbctl/ # 데이터베이스 파일을 업데이트하기 위한 CLI
40+
├── hooks/ # GitHub Hooks 설치 파일
41+
├── k8s/ # 쿠버네티스 yaml 파일
42+
├── LICENSE
43+
├── Makefile # 메인 빌드툴
44+
├── okteto-pipeline.yaml # production 배포 파이프라인
45+
├── pr12er_diagram.drawio # 이 파일의 맨 위 그림을 담당
46+
├── pr12er_diagram.svg
47+
├── README.md
48+
├── server/ # 실제 백엔드 서버 (Go)
49+
├── skaffold.yaml # 개발용 skaffold 스펙
50+
├── thirdparty/ # Protocol Buffer Timestamp proto dependency
51+
└── tools/ # 빌드툴 관련 Dockerfile
52+
```
53+
54+
## Design Docs
55+
56+
- [PR12er 데이터 디자인](https://docs.google.com/document/d/1UE-v0mYirRdBI1kaK00mG2SPqAuYv9b2WLjEXWGDwnU/edit?usp=sharing)

0 commit comments

Comments
 (0)