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/🗂-기술-스택-및-주요-기능
https://www.erdcloud.com/d/yaPt9pbNcR5wxhGp6

main 브랜치로 push!-- git 초기화 --
git init
!-- git 원격 저장소 연결 --
git remote add origin {git 원격저장소 주소}
!-- 커밋 후 푸시 --
git add .
git commit -m "Initial commit"
git push -u origin main
에러 발생 시 참고