Skip to content

Commit

Permalink
Merge pull request #173 from codingpot/update-readme
Browse files Browse the repository at this point in the history
feat: update README.md
  • Loading branch information
mrchypark committed Oct 4, 2021
2 parents 6536682 + 425855a commit 1335e72
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,30 @@ make install
```shell
make gen.all
```

## 구조 설명

```
.
├── buf.gen.yaml # Buf 관련 파일
├── buf.yaml # Buf 관련 파일
├── client/ # 프론트 코드 (Flutter)
├── codecov.yml # 코드 커버리지 CI 설정 파일
├── dbctl/ # 데이터베이스 파일을 업데이트하기 위한 CLI
├── hooks/ # GitHub Hooks 설치 파일
├── k8s/ # 쿠버네티스 yaml 파일
├── LICENSE
├── Makefile # 메인 빌드툴
├── okteto-pipeline.yaml # production 배포 파이프라인
├── pr12er_diagram.drawio # 이 파일의 맨 위 그림을 담당
├── pr12er_diagram.svg
├── README.md
├── server/ # 실제 백엔드 서버 (Go)
├── skaffold.yaml # 개발용 skaffold 스펙
├── thirdparty/ # Protocol Buffer Timestamp proto dependency
└── tools/ # 빌드툴 관련 Dockerfile
```

## Design Docs

- [PR12er 데이터 디자인](https://docs.google.com/document/d/1UE-v0mYirRdBI1kaK00mG2SPqAuYv9b2WLjEXWGDwnU/edit?usp=sharing)

0 comments on commit 1335e72

Please sign in to comment.