🔔 서비스 가치제안 : 헤어질 때는 헤어지더라도 왜 헤어지는지, 상대방이 어떨 때 서운했고 어떨 때 행복했는지 알아보자
🔔 서비스 문제정의 : 이별을 앞둔 연인이, 서로에게 어떤 행복함과 서운함을 안겨주었는지 알지 못하고 이별한다
🔔 서비스 타겟정의 : 불타오르는 연애를 하는 연인들
SOPT 31th SOPKATHON
📦prisma
┗ 📜schema.prisma.ts
📦src
┣ 📂config
┃ ┗ 📜index.ts
┣ 📂controller
┃ ┣ 📜user.ts
┃ ┣ 📜report.ts
┃ ┗ 📜index.ts
┣ 📂interface
┃ ┣ 📜IUser.ts
┃ ┗ 📜IReport.ts
┣ 📂constants
┃ ┣ 📜index.ts
┃ ┣ 📜tokenType.ts
┃ ┣ 📜statusCode.ts
┃ ┣ 📜response.ts
┃ ┗ 📜responseMessage.ts
┣ 📂middleware
┃ ┣ 📜auth.ts
┃ ┗ 📜index.ts
┣ 📂router
┃ ┣ 📜auth.ts
┃ ┣ 📜report.ts
┃ ┗ 📜index.ts
┣ 📂service
┃ ┣ 📜auth.ts
┃ ┣ 📜report.ts
┃ ┗ 📜index.ts
┣ 📂modules
┃ ┗ 📜jwtHandler.ts
┃ 📂dao
┃ ┣ 📜auth.ts
┃ ┣ 📜report.ts
┃ ┗ 📜index.ts
┗ 📜index.ts
# 👨👧👦 Team
🙋 고성용 | 🙋 최윤한 |
---|---|
서버 개발자 | 서버 개발자 |
프로젝트 세팅 서버 배포 DB 설계 Api 작성 |
프로젝트 세팅 서버 배포 DB 설계 Api 작성 |