연애 심리테스트로 나의 성향을 발견하고 싶다면❓
사람들의 연애 이야기가 궁금하다면❓
다른 사람이 보는 내 동물 유형을 알고 싶다면❓
📦
├─ .github
│ └─ workflows # GitHub Actions 설정
│ ├─ ci.yml
│ ├─ deploy.yml
│ ├─ deploy-dev.yml
│ └─ lint.yml
├─ scripts # 배포 스크립트
│ ├─ deploy-dev.sh
│ └─ deploy.sh
└─ src
├─ @types # 커스텀 TypeScript 타입 정의
│ ├─ decorators
│ └─ enum
├─ common # 공통 소스 디렉토리
│ ├─ decorators
│ ├─ dto
│ └─ utils
├─ database # 데이터베이스 관련 디렉토리
│ ├─ migrations
│ ├─ database.module.ts
│ └─ DatabaseOption.interface.ts
├─ domain # 도메인 관련 디렉토리
│ ├─ authentication
│ ├─ blocks
│ ├─ comments
│ ├─ feedbacks
│ ├─ files
│ ├─ health-check
│ ├─ items
│ ├─ messages
│ ├─ notification
│ ├─ polls
│ ├─ posts
│ ├─ presign-urls
│ ├─ redis-cache
│ ├─ reports
│ ├─ search
│ ├─ search-histories
│ ├─ stickers
│ └─ users
├─ lib # 라이브러리 코드 디렉토리
│ ├─ config # 설정 파일 모음
│ ├─ exceptions # 커스텀 에러 정의
│ ├─ filter
│ └─ templates
├─ app.controller.ts
├─ app.module.ts
├─ app.service.ts
└─ main.ts
| 이름 | 역할 | 링크 |
|---|---|---|
| 김동현 | 백엔드 | 깃허브 |
| 허은리 | 백엔드 | 깃허브 |
| 윤보영 | 프론트엔드 | 깃허브 |
| 김창희 | 프론트엔드 | 깃허브 |
| 최재혁 | 프론트엔드 | 깃허브 |
| 박제성 | 프론트엔드 | 깃허브 |


