2025.10.31 - 4:59 커밋 #4
Open
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.
✅ Spring Boot 백엔드
User 엔티티, Repository, Service
BCrypt 비밀번호 암호화
JWT 토큰 인증 시스템
Spring Security 설정
REST API 엔드포인트:
POST /api/auth/signup - 회원가입
POST /api/auth/login - 로그인
GET /api/auth/check-email - 이메일 중복 확인
✅ Next.js 프론트엔드
회원가입 페이지 (/auth/signup)
로그인 페이지 (/auth/signin)
Header 컴포넌트 (로그인 상태 관리)
localStorage 기반 세션 유지
✅ 기타
PostgreSQL 데이터베이스 스키마
README.md (설치/실행 가이드)
총 28개 파일, 1820줄 추가