프로젝트 일지 작성

https://github.com/moodbook-space/moodbook-backend/wiki/프로젝트-진행일지-(2025‐7‐7)

시스템 아키텍쳐 작성

https://github.com/moodbook-space/moodbook-backend/wiki/🏗️-시스템-아키텍쳐

기술 스택 및 주요 기능 작성

https://github.com/moodbook-space/moodbook-backend/wiki/🗂-기술-스택-및-주요-기능

Github Wiki에 ERD 내용 추가

https://www.erdcloud.com/d/yaPt9pbNcR5wxhGp6

깃 브랜치 테스트

image.png

!-- git 초기화 --
git init

!-- git 원격 저장소 연결 --
git remote add origin {git 원격저장소 주소}

!-- 커밋 후 푸시 --
git add .
git commit -m "Initial commit"
git push -u origin main

에러 발생 시 참고