Welcome to the Spotify Clone project! This project aims to replicate some of the core features and aesthetics of the popular music streaming service, Spotify.
- 🎧 User authentication with Supabase.
- 🎶 Music streaming functionality.
- 🔍 Search and browse for songs, albums, and artists.
- 📝 Create and manage playlists.
- ❤️ Like and save favorite songs.
- 💳 Payment integration with Stripe for premium subscription.
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Install dependencies using
npm install
. - Set up a Supabase project and configure authentication.
- Set up a PostgreSQL database and connect it to your Supabase project.
- Set up a Stripe account and obtain API keys.
- Create a
.env.local
file in the project root and add the following environment variables: - Run the development server using
npm run dev
. - Open your browser and navigate to
http://localhost:3000
to view the application.
[] CROSS ORIGIN BUG :)