suitedaces / sonophile

A web app that utilizes the Spotify Web API to provide mood-based music recommendations and display the user's top Spotify artists and tracks.

Home Page:https://sonophile.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonophile πŸ‘¨πŸ½β€πŸŽ€

Sonophile is your gateway to dive deep into your Spotify listening habits and discover mood-based recommendations tailored just for you 🎢.

NOTE: You won't be able to access the app thru sonophile.xyz unless whitelisted, please email ishan@gosurf.ai for access.

sonophile-compressed.mov

πŸ› οΈ Tech Stack:

  • MongoDB πŸƒ: User data storage.
  • Express.js πŸš‚: Backend framework.
  • React βš›οΈ: UI development.
  • Docker 🐳: Containerization and deployment.
  • Docker Compose πŸ“¦: Multi-container Docker applications.
  • Nginx 🌐: Web server and reverse proxy.
  • AWS EC2 ☁️: Cloud computing instance for deployment.
  • Node.js 🟒: Backend runtime.
  • TailwindCSS 🌬️: UI styling.
  • Vite ⚑: Development & build tool.

🌟 Features:

  • 🎭 Mood-based Song Recommendation: Get Spotify tracks recommendations based on your current mood and preferred genre.
  • 🎧 Top Artists & Tracks: Dive into your top artists and tracks segmented by 4 weeks, 6 months, and all-time favorites.
  • πŸ”’ OAuth 2.0: Securely log in and access your data with peace of mind.

πŸš€ Setup:

  1. Ensure you have Docker and Docker Compose installed on your machine.
  2. Clone the repository:
git clone https://github.com/suitedaces/sonophile.git
  1. Set up the following environment variables in a .env file:
  • CLIENT_ID: Your Spotify Client ID.
  • CLIENT_SECRET: Your Spotify Client Secret.
  • REDIRECT_URI: Your Spotify Redirect URI.
  • FRONTEND_URI: Frontend URI for the application.
  • MONGO_URI: MongoDB connection string.
  1. Run the following commands:
cd sonophile
docker-compose up -d --build
  1. Navigate to http://localhost/

🀝 Contribute:

Open an issue or submit a PR.

πŸ“œ License:

MIT


About

A web app that utilizes the Spotify Web API to provide mood-based music recommendations and display the user's top Spotify artists and tracks.

https://sonophile.xyz/

License:MIT License


Languages

Language:JavaScript 90.2%Language:CSS 6.1%Language:HTML 3.0%Language:Dockerfile 0.8%