Skip to content

nicewook/pr12er

 
 

Repository files navigation

pr12er

Protoc CI codecov

Dependencies

libprotoc 3.17.3
protoc-gen-go v1.27.0
protoc_plugin 20.0.0

Install proto toolchain

make install

Generated proto files

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

About

PR12를 좀더 잘보기 위한 프로젝트

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 68.0%
  • Go 26.4%
  • HTML 1.7%
  • Makefile 1.6%
  • Dockerfile 1.0%
  • Ruby 0.6%
  • Other 0.7%