Skip to content

[Kusithm 기업프로젝트] ADHD 자가진단 서비스 개선

Notifications You must be signed in to change notification settings

KusitmsHDmedi/HDmedi_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f92597c · Sep 21, 2023
Sep 8, 2023
Sep 5, 2023
Sep 5, 2023
Sep 17, 2023
Sep 5, 2023
Sep 5, 2023
Sep 21, 2023
Sep 16, 2023
Sep 5, 2023
Sep 5, 2023
Sep 5, 2023
Sep 5, 2023

Repository files navigation

HDmedi_Server

1  표지 시연영상 시연영상 (1) 시연영상_2 시연영상_3 백엔드 내용 백엔드 내용 (1)


Code Convention 🍃

HDmedi_Server 팀의 코드 컨벤션


Git Convention 🍃

HDmedi_Server 팀의 깃 컨벤션


Architecture ✨

Architecture

Foldering 📂

📂 src
┣ 📂 main.java.com.kusithm.hdmedi_server
┃  ┣ 📂 domain
┃  ┃  ┣ 📂 sample
┃  ┃     ┣ 📂 controller
┃  ┃     ┣ 📂 dto
┃  ┃     ┃  ┣ 📂 request
┃  ┃     ┃  ┣ 📂 response
┃  ┃     ┣ 📂 service
┃  ┃     ┣ 📂 domain
┃  ┃     ┣ 📂 repository
┃  ┣ 📂 global
┃  ┃  ┣ 📂 common
┃  ┃  ┃  ┣ BaseResponse.class
┃  ┃  ┃  ┣ SuccessCode.class
┃  ┃  ┃  ┣ BaseEntity.class
┃  ┃  ┣ 📂 config
┃  ┃  ┃  ┣ 📂 auth
┃  ┃  ┃  ┣ 📂 jwt
┃  ┃  ┣ 📂 error
┃  ┃     ┣ 📂 dto
┃  ┃     ┃  ┣ ErrorBaseResponse.class
┃  ┃     ┣ 📂 exception
┃  ┃     ┃  ┣ BusinessException.class
┃  ┃     ┃  ┣ ConflictException.class
┃  ┃     ┃  ┣ EntityNotFoundException.class
┃  ┃     ┃  ┣ ErrorCode.class
┃  ┃     ┃  ┣ ForbiddenException.class
┃  ┃     ┃  ┣ InvalidValueException.class
┃  ┃     ┃  ┣ UnauthorizedException.class
┃  ┃     ┣ 📂 handler
┃  ┃        ┣ GlobalExceptionHandler.class
┃  ┣ 📂 infra
┃     ┣ 📂 smtp
┣ 📂 resources
┃  ┣ 📂 templates
┃  ┣ application.yml
┃  ┣ messages_ko_KR.properties
┣ HDmediServerApplication.class

About

[Kusithm 기업프로젝트] ADHD 자가진단 서비스 개선

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages