{"id":25278472,"url":"https://github.com/n3wzd/locaquest-backend-core","last_synced_at":"2026-04-11T19:34:03.385Z","repository":{"id":273814822,"uuid":"915609180","full_name":"n3wzd/LocaQuest-Backend-Core","owner":"n3wzd","description":"LocaQuest-Backend-Core","archived":false,"fork":false,"pushed_at":"2025-03-07T09:34:23.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T10:31:09.591Z","etag":null,"topics":["java","junit","kafka","mysql","redis","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n3wzd.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-12T10:29:37.000Z","updated_at":"2025-03-07T09:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"1024d37e-73a2-4e58-8a56-3114a788d6cd","html_url":"https://github.com/n3wzd/LocaQuest-Backend-Core","commit_stats":null,"previous_names":["n3wzd/locaquest-backend","n3wzd/locaquest-backend-core"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3wzd%2FLocaQuest-Backend-Core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3wzd%2FLocaQuest-Backend-Core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3wzd%2FLocaQuest-Backend-Core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3wzd%2FLocaQuest-Backend-Core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n3wzd","download_url":"https://codeload.github.com/n3wzd/LocaQuest-Backend-Core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478329,"owners_count":20945267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","junit","kafka","mysql","redis","spring","spring-boot"],"created_at":"2025-02-12T17:42:55.496Z","updated_at":"2025-12-30T22:57:25.714Z","avatar_url":"https://github.com/n3wzd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LocaQuest - Backend - Core\n**LocaQuest**는 Redis와 Kafka를 활용한 실시간 데이터 분석을 통해 사용자에게 경험치, 레벨, 도전 과제 등 게임화된 요소를 제공하고, 마이크로서비스 아키텍처로 높은 성능을 구현하는 위치 기반 게임화 플랫폼입니다.\n\n## Features\n### 1. 실시간 데이터 처리\n- **Redis**: 데이터 캐싱 시스템으로 사용합니다.\n- **Kafka**: 서버 간 실시간 데이터 스트리밍 및 메시징 시스템으로 사용합니다.\n\n### 2. 게임화 요소\n- **경험치 시스템**: 사용자의 활동에 따른 경험치, 걸음수, 이동 거리를 날짜 별로 관리합니다.\n- **도전 과제 시스템**: 사용자 활동에 따른 도전 과제 달성 여부와 달성 날짜를 저장합니다.\n\n### 3. 사용자 관리\n- **사용자 관리 API**: 회원가입, 로그인, 프로필 수정 등 REST API를 제공합니다.\n- **OAuth 2.0 기반 인증**: JWT 토큰을 사용하여 인증 및 권한 부여를 처리합니다.\n- **이메일 인증**: 회원 가입 및 비밀번호 변경시, 이메일 인증을 요구하여 보안을 높입니다.\n- **프로필 이미지 업로드**: 사용자가 직접 프로필 사진을 업로드할 수 있습니다.\n\n### 4. 데이터베이스 및 서버\n- **MySQL**: 사용자 정보, 활동 내용, 도전 과제 등을 MySQL에 저장합니다.\n- **로깅 시스템**: 서버의 활동 로그 기록을 통해 문제 발생 시 추적 및 유지보수를 용이하게 합니다.\n\n## Stack\n- **Spring Boot**\n- **Spring Security**\n- **Spring Data JPA**\n- **Java**\n- **Redis**\n- **Kafka**\n\n## Structure\n```\nsrc/\n ├── annotation/    # 커스텀 어노테이션\n ├── component/    # 동적 유틸리티 싱글톤\n ├── config/       # 설정 (Security, DB, CORS 등)\n ├── constant/     # 상수 데이터\n ├── controller/   # 클라이언트 요청 응답\n ├── dto/          # Data Transfer Object 정의\n ├── exception/    # 예외 처리 클래스\n ├── lib/          # 외부 라이브러리 래퍼\n ├── model/        # 엔티티, 도메인 모델\n ├── repository/   # DB 상호작용\n ├── service/      # 비즈니스 로직\n ├── util/         # 정적 유틸리티 함수\n └── validator/    # 커스텀 유효성 검사\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3wzd%2Flocaquest-backend-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn3wzd%2Flocaquest-backend-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3wzd%2Flocaquest-backend-core/lists"}