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 :)