Skip to content

waggle2/wagglewaggle_server

Repository files navigation

와글와글 : 성향 기반 연애 커뮤니티


연애 심리테스트로 나의 성향을 발견하고 싶다면❓
사람들의 연애 이야기가 궁금하다면❓
다른 사람이 보는 내 동물 유형을 알고 싶다면❓


기획 / 디자인 / api 문서


스토리보드

와글와글 스토리보드


ERD

erd


기술 스택

Back-end



아키텍쳐

와글와글 아키텍처


폴더 구조

📦
├─ .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

주요 기능


팀원 소개

이름 역할 링크
김동현 백엔드 깃허브
허은리 백엔드 깃허브
윤보영 프론트엔드 깃허브
김창희 프론트엔드 깃허브
최재혁 프론트엔드 깃허브
박제성 프론트엔드 깃허브

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages