{"id":27816918,"url":"https://github.com/kundan-10/fittrack-","last_synced_at":"2026-05-18T02:06:10.787Z","repository":{"id":290289572,"uuid":"972844383","full_name":"Kundan-10/FitTrack-","owner":"Kundan-10","description":"FitTrack is a full-stack fitness tracking and social sharing platform. It empowers users to track their workouts, achieve goals, participate in fitness challenges, and stay motivated through real-time notifications and community engagement.  Whether you're a casual fitness enthusiast or a hardcore athlete, FitTrack is built to motivate and support ","archived":false,"fork":false,"pushed_at":"2025-04-28T03:16:20.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T03:28:59.376Z","etag":null,"topics":["restapi","spring-boot","springdatajpa","sql","swagger-ui"],"latest_commit_sha":null,"homepage":"https://github.com/Kundan-10/FitTrack-","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/Kundan-10.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,"zenodo":null}},"created_at":"2025-04-25T19:00:13.000Z","updated_at":"2025-04-28T03:17:25.000Z","dependencies_parsed_at":"2025-04-28T03:39:13.575Z","dependency_job_id":null,"html_url":"https://github.com/Kundan-10/FitTrack-","commit_stats":null,"previous_names":["kundan-10/fittrack-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kundan-10%2FFitTrack-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kundan-10%2FFitTrack-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kundan-10%2FFitTrack-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kundan-10%2FFitTrack-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kundan-10","download_url":"https://codeload.github.com/Kundan-10/FitTrack-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251887820,"owners_count":21660056,"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":["restapi","spring-boot","springdatajpa","sql","swagger-ui"],"created_at":"2025-05-01T14:23:33.397Z","updated_at":"2026-05-18T02:06:05.727Z","avatar_url":"https://github.com/Kundan-10.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏃‍♂️ FitTrack - Real-Time Fitness Tracking \u0026 Social Sharing Platform\n\n---\n\n## 📚 Table of Contents\n\n- [About the Project](#about-the-project)\n- [Key Features](#key-features)\n- [Tech Stack](#tech-stack)\n- [Architecture Overview](#architecture-overview)\n- [Installation \u0026 Setup](#installation--setup)\n- [Swagger API Documentation](#swagger-api-documentation)\n- [JWT Authentication Flow](#jwt-authentication-flow)\n- [Database Schema](#database-schema)\n- [Usage Examples](#usage-examples)\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## 📖 About the Project\n\n**FitTrack** is a full-stack fitness tracking and social sharing platform.  \nIt empowers users to track their workouts, achieve goals, participate in fitness challenges, and stay motivated through real-time notifications and community engagement.\n\nWhether you're a casual fitness enthusiast or a hardcore athlete, **FitTrack** is built to motivate and support your fitness journey. 🏆\n\n---\n\n## ✨ Key Features\n\n- 🔒 **Secure Authentication**: JWT-based authentication with Access and Refresh Tokens.\n- 🏋️‍♂️ **Workout Logging**: Track exercise types, duration, and calories burned.\n- 🎯 **Goal Setting**: Set and monitor personal fitness goals.\n- 🏆 **Challenge Participation**: Join public challenges and compete.\n- 🚀 **Real-Time Notifications**: Receive updates on goals, challenges, and achievements.\n- 👨‍💻 **Admin Management**: Admin panel for user control and challenge management.\n- 🛡️ **Role-Based Access Control**: User and Admin roles with separate access permissions.\n- 🔄 **CRON Jobs**: Scheduled tasks for goal reminders and challenge tracking.\n- 📄 **Interactive API Documentation with Swagger**.\n- 🔐 **JWT Authentication** for secure communication.\n\n---\n\n## 🛠 Tech Stack\n\n| Layer           | Technology                      |\n|-----------------|----------------------------------|\n| Backend         | Java 17, Spring Boot 3.x, Spring Security, JPA, Hibernate |\n| Database        | MySQL / PostgreSQL |\n| Authentication  | JWT (Access Token + Refresh Token) |\n| API Documentation | Swagger / OpenAPI 3.0 |\n| Frontend (Optional) | React.js, Bootstrap |\n\n---\n\n## 🏛️ Architecture Overview\n\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n### Prerequisites\n- Java 17+\n- Maven 3.x\n- MySQL or PostgreSQL\n- Postman or Swagger UI for API testing\n\n---\n\n# Database Configuration\n- spring.datasource.url=jdbc:mysql://localhost:3306/fittrackdb\n- spring.datasource.username=root\n- spring.datasource.password=yourpassword\n\n# JWT Configuration\n- jwt.secret=your_jwt_secret_key\n- jwt.access-token.expiration=86400000   # 1 day\n- jwt.refresh-token.expiration=604800000 # 7 days\n---\n\n### Clone the Repository\n```bash\ngit clone https://github.com/your-username/fittrack.git\ncd fittrack\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundan-10%2Ffittrack-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkundan-10%2Ffittrack-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundan-10%2Ffittrack-/lists"}