Merged
Conversation
munwalk
approved these changes
Apr 9, 2026
Collaborator
munwalk
left a comment
There was a problem hiding this comment.
4주차 과제 수고하셨습니다!
이번 4주차 키워드를 잘 정리하셨네요! ES6에서 클래스와 모듈 문법이 추가되어 가독성과 유지보수성이 향상되었다는 점을 잘 설명하셨습니다.
로컬 DB 생성도 훌륭합니다! ERD를 먼저 설계하시고, CREATE DATABASE umc_hg;로 데이터베이스를 만든 후 10개 테이블을 모두 생성하셨네요! SHOW TABLES; 결과까지 확인했습니다. 2주차에 받은 피드백을 반영해서 ERD를 상세하게 설계하신 점이 인상적입니다!
GitHub 저장소도 feature/chapter-04 브랜치에 Express 프로젝트를 잘 구성하셨고, package.json에 dotenv, express, mysql2 등 필요한 dependencies를 설치하셨네요!
수고하셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 4주차 워크북 완료 🎉
워크북을 완료한 챌린저분들, 수고 많으셨습니다!
이곳에 학습 진행 중 트러블슈팅(문제 해결 경험), 커밋별 설명, 그리고 소감을 자유롭게 남겨주세요.
서로의 경험을 공유하며 성장해봐요! 🚀
🛠️ 트러블슈팅 (Troubleshooting)
문제
원인 분석
해결 방법