Skip to content

tell-me-team/Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

image

🔮 Tell Me

'내가 보는 나'와 '타인이 보는 나'는 어떤 요소에서 다를까?
나와 타인의 시선을 비교하고, 퍼스널 브랜딩을 개선해보세요.


image


📚 Dev Wiki


⚙️Project Architecture

image


📦 Database

image


📁 Project Structure

📂 src
 └── 📂 main         
      ├── 📂 java          			
      |     └── 📂 com           		
      |          └── 📂 tellme        	
      |               └── 📂 tellme
      |                    ├── 📂 commons  	
      |                    |    ├── 📂 auth
      |                    |    ├── 📂 config
      |                    |    ├── 📂 constant
      |                    |    ├── 📂 enums
      |                    |    ├── 📂 exception 
      |                    |    ├── 📂 response
      |                    ├── 📂 domain # 도메인 별로 패키지 분리
      |                    |    ├── 📂 auth
      |                    |    ├── 📂 survey
      |                    |    └── 📂 user
      |                    |         ├── 📂 application # Service
      |                    |         ├── 📂 entitiy # Entity
      |                    |         ├── 📂 persistence # Repository
      |                    |         └── 📂 presentation # Controller, DTO
      ├                    └── 📄 WordiApplication.java
      └── 📂 resources
           └── 📄 applicaiton.yml



👨‍💻 Developers

Backend Backend
🐸김태영 👻정수범
taylor Soobeom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published