Skip to content

실시간 여정 편집이 가능한 여행, 여정 공유 플랫폼 STOMP 서버 레포지토리

Notifications You must be signed in to change notification settings

WePlanPlans/WPP_BE

Repository files navigation

Screenshot 2024-01-25 at 15 07 35

배포 링크

애플리케이션 메인 페이지 : https://dev-weplanplans.vercel.app
Swagger API 문서 배포 링크 : https://api.weplanplans.site/swagger-ui/index.html
웹 소켓 Repo link : https://github.com/FinalDoubleTen/TenTenSTOMP

📚 Stack








팀원


@yuhyun1 @ypd06021 @Jundev21
스크린샷 2021-11-19 오후 3 52 02 스크린샷 2021-11-19 오후 3 52 02 스크린샷 2021-11-19 오후 3 52 02
CI/CD
Spring Security
Mypage API
OAuth
Spring Security
Mypage API
Comment API
Test Code
@Wonbn @Kim-Dong-Jun99
스크린샷 2021-11-19 오후 3 52 02 스크린샷 2021-11-19 오후 3 52 02
TourItem API
Trip API
Review API
Keyword API

ERD

Screenshot 2024-01-25 at 13 23 15

프로젝트 아키택쳐

image

패키지 구조

├── main
│   ├── generated
│   ├── java
│   │   └── org
│   │       └── tenten
│   │           └── tentenbe
│   │               ├── TenTenBeApplication.java
│   │               ├── config
│   │               │   ├── OpenApiConfig.java
│   │               │   ├── PasswordEncoderConfig.java
│   │               │   ├── RedisConfig.java
│   │               │   ├── S3Config.java
│   │               │   ├── SwaggerConfig.java
│   │               │   └── WebConfig.java
│   │               ├── domain
│   │               │   ├── auth
│   │               │   ├── category
│   │               │   ├── comment
│   │               │   ├── liked
│   │               │   ├── member
│   │               │   ├── region
│   │               │   ├── review
│   │               │   ├── token
│   │               │   ├── tour
│   │               │   └── trip
│   │               └── global
│   │                   ├── cache
│   │                   ├── common
│   │                   ├── component
│   │                   ├── converter
│   │                   ├── exception
│   │                   ├── handler
│   │                   ├── response
│   │                   ├── s3
│   │                   ├── security
│   │                   └── util
│   └── resources
│       ├── application-ci.yml
│       ├── application-prod.yml
│       ├── application.yml
│       ├── data
│       │   ├── Keyword.sql
│       │   ├── Member.sql
│       │   ├── TourItem.sql
│       │   └── TourItemReviewKeyword.sql
│       ├── schema.sql
│       ├── static
│       │   └── favicon.ico
│       └── templates
└── test

Releases

No releases published

Packages

No packages published

Languages