Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.33 KB

README.md

File metadata and controls

73 lines (53 loc) · 2.33 KB

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