{"id":30850920,"url":"https://github.com/mmaffi/musicgallery-fullstack-postgresql","last_synced_at":"2025-09-07T06:40:21.429Z","repository":{"id":308575696,"uuid":"1033319699","full_name":"MMaffi/musicgallery-fullstack-postgreSQL","owner":"MMaffi","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-23T11:35:08.000Z","size":854,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-23T17:24:20.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://musicgallery.vercel.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/MMaffi.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}},"created_at":"2025-08-06T16:19:40.000Z","updated_at":"2025-08-23T11:35:11.000Z","dependencies_parsed_at":"2025-08-06T18:23:54.586Z","dependency_job_id":"16064eb5-8871-4e52-9c48-1f0d8932f2d5","html_url":"https://github.com/MMaffi/musicgallery-fullstack-postgreSQL","commit_stats":null,"previous_names":["mmaffi/musicgallery-fullstack-postgresql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MMaffi/musicgallery-fullstack-postgreSQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Fmusicgallery-fullstack-postgreSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Fmusicgallery-fullstack-postgreSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Fmusicgallery-fullstack-postgreSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Fmusicgallery-fullstack-postgreSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMaffi","download_url":"https://codeload.github.com/MMaffi/musicgallery-fullstack-postgreSQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Fmusicgallery-fullstack-postgreSQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005336,"owners_count":25205934,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-07T06:40:19.464Z","updated_at":"2025-09-07T06:40:21.370Z","avatar_url":"https://github.com/MMaffi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎵 Music Gallery Fullstack\n\n\u003e An interactive gallery of music videos, focused on high-quality covers, built with a modern fullstack architecture.\n\n[![GitHub License](https://img.shields.io/github/license/MMaffi/musicgallery-fullstack?style=flat-square)](LICENSE)\n[![React](https://img.shields.io/badge/Frontend-React-61DAFB?logo=react\u0026logoColor=fff\u0026style=flat-square)](https://reactjs.org/)\n[![Node.js](https://img.shields.io/badge/Backend-Node.js-339933?logo=node.js\u0026logoColor=fff\u0026style=flat-square)](https://nodejs.org/)\n[![PostgreSQL](https://img.shields.io/badge/Database-postgreSQL-4479A1?logo=postgreSQL\u0026logoColor=fff\u0026style=flat-square)](https://www.mysql.com/)\n\n---\n\n## 📸 Overview\n\n**Music Gallery Fullstack** is the advanced version of the static website [Music Gallery](https://mmaffi.github.io/MusicGallery), now with complete features such as:\n\n- User authentication and login\n- Personalized settings persisted in the database\n- Light/dark theme with per-user preferences\n- Multilanguage support (i18n with `react-i18next`)\n- Integration with the YouTube API (featured \u0026 latest videos)\n- Music suggestion form\n- Modern and responsive interface\n\n---\n\n## 🧠 Key Features\n\n### 🔐 Authentication\n- Register and Login authentication\n- Route protection based on user authentication\n\n### ⚙️ User Settings\n- Preferences stored in the database (theme, language, notifications)\n- Elegant settings modal using CSS variables for theming\n\n### 🎬 Video Display\n- Highlighted featured video section\n- Dynamic video gallery powered by the YouTube API\n- View count display in the video modal\n- Infinite scroll and \"Load More\" functionality\n\n### 🌐 Internationalization\n- Support for Portuguese, English, and Spanish\n- JSON-based translations integrated with `react-i18next`\n\n### 💬 Music Suggestions\n- Suggestion page with email delivery via backend\n- Real-time feedback on form submission\n\n---\n\n## 📁 Project Structure\n\n```bash\nmusicgallery-fullstack/\n│\n├── backend/                # Node.js + Express API\n│   ├── controllers/        # API endpoint logic\n│   ├── db/                 # Database models (Users, Settings, etc.)\n│   ├── middleware          # auth.js\n│   ├── routes/             # API routes\n│   └── index.js            # Server entry point\n\n├── frontend/               # React application\n│   ├── public/             # Public assets (manifest, icons, etc.)\n│   ├── src/\n│   │   ├── components/     # Reusable components (Navbar, Footer, etc.)\n│   │   ├── context/        # React contexts (auth, settings, etc.)\n│   │   ├── i18n/           # i18n config and translation files\n│   │   ├── pages/          # Application pages (Home, Suggestions, etc.)\n│   │   ├── styles/         # Modular and responsive CSS\n│   │   └── main.jsx        # React app entry point\n│   └── vite.config.js      # Vite build configuration\n```\n\n## 🚀 Technologies Used\n\n```\n| Layer         | Stack                                                                  |\n|---------------|------------------------------------------------------------------------|\n| Frontend      | React, Vite, CSS, i18next                                              |\n| Backend       | Node.js, Express, Nodemailer                                           |\n| Database      | PostgreSQL                                                             |\n| External APIs | YouTube Data API v3                                                    |\n```\n\n---\n\n## 🛠️ Installation \u0026 Setup\n\n### 🔧 Prerequisites\n\n- Node.js ≥ 18  \n- PostgreSQL ≥ 15  \n\n### 📦 Installation\n\n```bash\ngit clone https://github.com/MMaffi/musicgallery-fullstack.git\ncd musicgallery-fullstack\n```\n\n### 🔙 Backend\n\n```bash\ncd backend\ncp .env.example .env\nnpm install\nnpm run build\n```\n\n### 🎨 Frontend\n\n```bash\ncd frontend\nnpm install\nnpm run build\n```\n\n## 🧪 Future Improvements\n\n- Favorite system and user-created playlists  \n- Admin dashboard to manage suggestions  \n- Advanced search and filtering by genre/artist  \n- Custom video uploads by users\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open **issues**, **fork** the repository, and submit **pull requests**.\n\n```bash\n# Create your branch\ngit checkout -b my-feature\n\n# Commit your changes\ngit commit -m \"Add new feature\"\n\n# Push to remote\ngit push origin my-feature\n```\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 🧑‍💻 Developed by\n\n**Mateus Maffi**  \n[GitHub](https://github.com/MMaffi) • [LinkedIn](https://www.linkedin.com/in/mateusmaffi)\n\n---\n\n## ⭐ Give a Star!\n\nIf you like this project, consider giving it a ⭐ on the repository. It really helps!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaffi%2Fmusicgallery-fullstack-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmaffi%2Fmusicgallery-fullstack-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaffi%2Fmusicgallery-fullstack-postgresql/lists"}