{"id":25094341,"url":"https://github.com/sumiyarahman/fitness-tracker","last_synced_at":"2026-04-10T07:05:07.523Z","repository":{"id":275938205,"uuid":"927666688","full_name":"SumiyaRahman/fitness-tracker","owner":"SumiyaRahman","description":"Fitverse is a full-stack MERN application designed to help users track their fitness activities, book trainers, and engage with a fitness community. Built with modern web technologies, this project includes role-based functionalities for admins, trainers, and members.","archived":false,"fork":false,"pushed_at":"2025-02-19T12:38:18.000Z","size":23187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T23:30:29.611Z","etag":null,"topics":["css3","daisyui","firebase","html5","jwt","react","reacthelmet","reactrouter","stripe","tailwindcss","tanstack-query","vercel"],"latest_commit_sha":null,"homepage":"https://fitness-tracker-project-96f15.web.app/","language":"JavaScript","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/SumiyaRahman.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-02-05T10:41:29.000Z","updated_at":"2025-02-19T12:38:22.000Z","dependencies_parsed_at":"2025-04-01T23:38:26.649Z","dependency_job_id":null,"html_url":"https://github.com/SumiyaRahman/fitness-tracker","commit_stats":null,"previous_names":["sumiyarahman/fitness-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SumiyaRahman/fitness-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumiyaRahman%2Ffitness-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumiyaRahman%2Ffitness-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumiyaRahman%2Ffitness-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumiyaRahman%2Ffitness-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SumiyaRahman","download_url":"https://codeload.github.com/SumiyaRahman/fitness-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumiyaRahman%2Ffitness-tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261931430,"owners_count":23232079,"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":["css3","daisyui","firebase","html5","jwt","react","reacthelmet","reactrouter","stripe","tailwindcss","tanstack-query","vercel"],"created_at":"2025-02-07T15:17:32.124Z","updated_at":"2026-04-10T07:05:07.486Z","avatar_url":"https://github.com/SumiyaRahman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏋️‍♂️ Fitverse - A MERN based Gym Website\n\n![Fitness Tracker Banner](https://i.ibb.co/21MQmTq8/Screenshot-216.png)\n\n🚀 **Fitverse** is a full-stack MERN application designed to help users track their fitness activities, book trainers, and engage with a fitness community. Built with modern web technologies, this project includes role-based functionalities for admins, trainers, and members.\n\n---\n\n## 🔗 Live Demo\n[🌐 View Live Project](#) *(https://fitness-tracker-project-96f15.web.app/)*\n\n---\n\n## 📌 Key Features\n✅ **User Authentication** (JWT \u0026 Firebase Login)  \n✅ **Role-Based Access Control** (Admin, Trainer, Member)  \n✅ **Trainer Booking System** (Schedule \u0026 Payments via Stripe)  \n✅ **Activity Tracking** (Monitor workouts, progress, and reports)  \n✅ **Community Forum** (Post fitness discussions, upvote/downvote system)  \n✅ **Responsive \u0026 Accessible UI** (Built with Tailwind \u0026 DaisyUI)  \n✅ **SEO Optimized** (React Helmet for better visibility)  \n✅ **Secure \u0026 Scalable** (MongoDB Atlas, JWT Auth, Environment Variables)  \n\n---\n\n## 👥 User Roles \u0026 Permissions\n| Role      | Permissions |\n|-----------|------------|\n| **Admin** | Manage users, approve trainers, oversee payments \u0026 bookings |\n| **Trainer** | Create classes, manage bookings, interact with members |\n| **Member** | Book trainers, track workouts, engage in the forum |\n\n---\n\n## 🛠️ Technologies Used\n- **Frontend:** React, Tailwind CSS, DaisyUI, React Router, React Helmet\n- **Backend:** Node.js, Express.js, MongoDB, JWT Authentication\n- **Database:** MongoDB Atlas\n- **State Management:** TanStack Query\n- **Payment Gateway:** Stripe\n- **Authentication:** Firebase, JWT\n- **Hosting \u0026 Deployment:** Firebase (Frontend), Vercel (Backend)\n\n---\n\n## 🚀 Getting Started\nTo run the project locally, follow these steps:\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/SumiyaRahman/fitness-tracker.git\n   cd fitness-tracker\n2. **Set up environment variables**\n   ```sh\n   # For Backend:\n   MONGO_URI=your_mongodb_uri\n   JWT_SECRET=your_jwt_secret\n   STRIPE_SECRET_KEY=your_stripe_secret_key\n   # For Frontend:\n   REACT_APP_FIREBASE_API_KEY=your_firebase_api_key\n   REACT_APP_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\n   REACT_APP_STRIPE_PUBLIC_KEY=your_stripe_public_key\n3. **Install dependencies:**\n   ```sh\n   # For backend\n    cd server\n    npm install\n   # For frontend\n    cd client\n    npm install\n1. **Run the project:**\n   ```sh\n   # For backend\n    cd server\n    npm start\n   # For frontend\n    cd client\n    npm start\n\n---\n\n## 📩 Feedback \u0026 Support\n💬 Found a bug or have a suggestion? Feel free to create an issue or contribute to the project.  \n📧 Contact: [sumiyabintearahman24@gmail.com](sumiyabintearahman24@gmail.com)\n\n---\n\n## 📜 License\nThis project is licensed under the **MIT License** - feel free to modify and use it as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumiyarahman%2Ffitness-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumiyarahman%2Ffitness-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumiyarahman%2Ffitness-tracker/lists"}