{"id":24087159,"url":"https://github.com/matin676/music-app","last_synced_at":"2026-04-08T12:34:18.325Z","repository":{"id":231281835,"uuid":"780945117","full_name":"matin676/music-app","owner":"matin676","description":"MusicApp allows users to stream music, manage playlists, upload songs, and enjoy a personalized listening experience. It integrates Firebase for user authentication and Google Cloud Bucket for storage, ensuring a seamless and secure music streaming platform.","archived":false,"fork":false,"pushed_at":"2026-01-21T17:02:48.000Z","size":15708,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T05:04:54.518Z","etag":null,"topics":["express","firebase","google-cloud-bucket","mongodb","node","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://apnaplayer.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matin676.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-02T13:09:59.000Z","updated_at":"2026-01-21T17:02:52.000Z","dependencies_parsed_at":"2024-04-12T06:10:17.598Z","dependency_job_id":null,"html_url":"https://github.com/matin676/music-app","commit_stats":null,"previous_names":["matin676/music-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matin676/music-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2Fmusic-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2Fmusic-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2Fmusic-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2Fmusic-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matin676","download_url":"https://codeload.github.com/matin676/music-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2Fmusic-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31556235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["express","firebase","google-cloud-bucket","mongodb","node","react","tailwindcss"],"created_at":"2025-01-10T03:02:37.451Z","updated_at":"2026-04-08T12:34:18.314Z","avatar_url":"https://github.com/matin676.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MusicApp 🎵\n\nA modern, full-stack music streaming platform designed for a premium user experience. Built with the MERN stack (MongoDB, Express, React, Node.js) and Firebase.\n\n## ✨ Features\n\n### 👤 User Features\n\n- **Authentication**: Secure Google Sign-in via Firebase\n- **Dynamic Discovery**:\n  - **Featured Track**: Analytics-driven, showcasing Top 5 most-played songs\n  - **Play Count Tracking**: Automatically tracks song popularity\n  - **Filtering**: By Artist, Album, Language, and Category\n  - **Search**: Real-time fuzzy search for songs, artists, and albums\n- **Music Player**:\n  - Full playback control (Play, Pause, Next, Prev, Seek)\n  - Shuffle and Repeat modes\n  - Mini player mode\n- **Library Management**:\n  - \"Like\" songs to add to Favorites\n  - Create and manage custom Playlists\n\n### 🛡️ Admin Features\n\n- **Dashboard**: Content management interface\n- **Upload Songs**: Add tracks with audio and album art\n- **Manage Metadata**: Create/edit Artists and Albums\n- **User Management**: Manage user roles (Admin/Member)\n\n## 🔒 Security\n\n- Server-side authentication via Firebase Admin SDK\n- Role-based access control (RBAC) with middleware\n- Data isolation - users can only access their own data\n- Standardized API responses for consistent error handling\n\n## 🛠️ Tech Stack\n\n| Layer             | Technologies                                                         |\n| ----------------- | -------------------------------------------------------------------- |\n| **Frontend**      | React 19, Vite, Tailwind CSS v4, Zustand, React Query, Framer Motion |\n| **Backend**       | Node.js, Express 5, MongoDB, Mongoose                                |\n| **Auth/Storage**  | Firebase (Auth + Storage)                                            |\n| **Design System** | UI UX Pro Max (Righteous + Poppins fonts, vibrant palette)           |\n\n## 📁 Project Structure\n\n```\nclient/src/\n├── components/         # Page components\n├── features/           # Feature modules (auth, library, player)\n├── services/api/       # API layer with auth interceptors\n├── shared/components/  # Reusable UI (ErrorBoundary, Loading, Skeleton)\n└── styles/             # Design tokens\n\nserver/\n├── models/             # Mongoose schemas\n├── routes/             # API routes\n└── src/middleware/     # Auth, admin, error handling\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js v18+\n- MongoDB URI\n- Firebase Project (Auth \u0026 Storage enabled)\n\n### Local Setup\n\n```bash\n# Clone\ngit clone https://github.com/matin676/music-app.git\ncd music-app\n\n# Server\ncd server\nnpm install\nnpm run dev\n\n# Client (new terminal)\ncd client\nnpm install\nnpm run dev\n```\n\n### Environment Variables\n\n**Server (.env)**\n\n```\nPORT=4000\nDB_STRING=mongodb+srv://...\nFIREBASE_* credentials\n```\n\n**Client (.env)**\n\n```\nVITE_API_BASE_URL=http://localhost:4000\nVITE_FIREBASE_API_KEY=...\nVITE_FIREBASE_AUTH_DOMAIN=...\nVITE_FIREBASE_PROJECT_ID=...\nVITE_FIREBASE_STORAGE_BUCKET=...\n```\n\n## 🧪 Testing\n\n```bash\ncd client\nnpm test\n```\n\n## 📄 License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin676%2Fmusic-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatin676%2Fmusic-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin676%2Fmusic-app/lists"}