-
Notifications
You must be signed in to change notification settings - Fork 1
Home
stark77 edited this page Feb 25, 2026
·
2 revisions
Peak-Time은 학습자와 지식 공유자를 연결하는 교육 기반 커피챗 매칭 플랫폼 백엔드입니다.
강의 탐색부터 결제/수강, 실시간 커피챗까지 하나의 흐름으로 제공합니다.
- Repository: https://github.com/Sleep-Less-Specialist/Peak-Time
- README: https://github.com/Sleep-Less-Specialist/Peak-Time/blob/main/README.md
- API Test Scenarios:
http/*.http - Infra Docs:
docs/infra/nginx-https.md
- JWT/Refresh + OAuth2 기반 인증/인가
- 강의/수강/리뷰 도메인 API
- 주문/결제/환불(Toss) 연동
- STOMP 기반 실시간 커피챗
- 관리자 기능(사용자 상태/권한 관리)
- 단위 테스트 중심 품질 검증 진행
- Prometheus/Grafana 모니터링 구성
- ELK(Filebeat/Elasticsearch/Kibana) 로그 수집/조회 구성
-
http/시나리오 파일 기반 API 테스트 지원
- Testcontainers 기반 통합 테스트 확장
- Spring REST Docs 기반 API 문서 자동화 도입