Skip to content

Latest commit

 

History

History
106 lines (71 loc) · 2.17 KB

README.md

File metadata and controls

106 lines (71 loc) · 2.17 KB

저쩔서버 💁🏻

제목 없음

냉장고 사진 촬영을 통한 가공식품 & 식재료 판별 및 레시피 추천

집 밥을 해먹고자 하는 자취생에게 요리 진입 장벽이 낮은 레시피 제공

🧊 어쩔냉장고 🧊


📘 Main Service

image


💻 Server Developers

주어진사랑 서동민

🔷 Git Branch Strategy

image

백엔드 대부분의 코드를 혼자 작성한 관계로 main - feature/{기능} 형태로 브랜치 구성

각 브랜치에서 작업한 뒤, PR Approve 이후 main으로 merge


🧷 Convention

code

google style guide

commit

ex) feat: image upload


📂 Project Foldering

.gradle
.idea
build
gradle
.editorconfig
.gitignore
build.gradle
gradlew
gradlew.bat
settings.gradle
src
│─test
└─main/java/sogang.capstone.blahblahfridge
        
    │────config
          └─security
        
    │────controller
          └─request
          
    │────domain
          
    │────dto
          └─oauth
          
    │────exception
         
    │────persistence
    
    │────service
    
    └─BlahblahfridgeApplication

🧮 ERD

image


🛠️ API Doc


2022 BlahBlahFridge Server