Commit Graph

5 Commits

Author SHA1 Message Date
b773ef1b3c feat: 전문적이고 모던한 OAuth 로그인 UI 구현
- AiMond Authorization 브랜딩 적용
- 다크모드 기반 글래스모피즘 디자인
- 애니메이션 효과 (플로팅, 그라디언트, 포커스)
- React Router 기반 라우팅 구조
- AuthContext를 통한 인증 상태 관리
- 대시보드 및 관리 페이지 기본 구조
- Backend API 엔드포인트 구조 개선
- pymongo 호환성 문제 수정

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 11:07:06 +09:00
c03619bdb6 docs: README.md 상세 문서화 완료
- 프로젝트 개요 및 주요 특징 명시
- 시스템 아키텍처 Mermaid 다이어그램 추가
- 서비스별 상세 설명 (OAuth, API Gateway)
- 빠른 시작 가이드 및 개발 가이드
- API 엔드포인트 문서화
- 배포 가이드 (dev/vei/prod)
- 보안 체크리스트 및 기여 가이드

향후 서비스 추가 시 README.md에 상세 정보 업데이트 예정

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 10:23:20 +09:00
6ef6dc53a2 Merge branch 'main' of http://gitea.yakenator.io/aimond/works 2025-08-31 10:17:53 +09:00
f53d55e712 Initial commit: OAuth 2.0 인증 시스템 with APISIX API Gateway
- FastAPI 백엔드 + MongoDB + Redis 구성
- React + Vite + TypeScript + shadcn/ui 프론트엔드
- Apache APISIX API Gateway 통합
- Docker Compose 기반 개발 환경
- 3단계 권한 체계 (System Admin, Group Admin, User)
- 동적 테마 지원
- 환경별 설정 (dev/vei/prod)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 10:16:41 +09:00
7b1dff8be6 Initial commit 2025-08-31 01:12:25 +00:00