Skip to content

team-tiki-taka/tikitaka-server

Repository files navigation

TIKITAKA

백엔드 레포지토리

✨ Services

  1. 실제 지인의 추천을 받은 사람만 가입할 수 있는 소개팅 서비스
  2. 어드민 페이지를 통한 회원의 사진, 직업, 학교 인증 관리
  3. UI를 채팅처럼 구성하여 실제 친구에게 소개받는 느낌을 제공
  4. 매일 최대 3번까지 무작위로 상대를 추천
  5. 서로 호감을 주고 받으면 상대방의 번호 오픈 가능



📚 Tech Stacks




📁 Project Structure

├─.ebextensions
├─.github
├─.platform
│  └─nginx
├─gradle
└─src
   ├─main
   │  ├─resources
   │  └─java/com.tikitaka.tikitaka
   │      ├─domain
   │      │  ├─card
   │      │  ├─match
   │      │  ├─member
   │      │  ├─pending
   │      │  ├─point
   │      │  ├─recommend
   │      │  └─sms
   │      ├─global
   │      │  ├─annotation
   │      │  ├─common
   │      │  ├─config
   │      │  │  ├─async
   │      │  │  ├─entity
   │      │  │  ├─redis
   │      │  │  ├─security
   │      │  │  └─swagger
   │      │  ├─constant
   │      │  ├─error
   │      │  │  └─exception
   │      │  └─util
   │      └─infra
   │          ├─image
   │          ├─notification
   │          └─sms
   └─test
      └─java/com.tikitaka.tikitaka/unit
      ├─controller
      └─services

💻 Developers

Backend
노경민

gengminy