Skip to content

TanishBasu2002/Spotify_Clone

Repository files navigation

Full Stack Spotify Clone with Next.js 13.4.13 App Router: React, Tailwind, Supabase, PostgreSQL,Stripe

to use the upload feature use the stripe test cards

This is a repository for a Full Stack Spotify Clone with Next.js 13.4 App Router: React, Tailwind, Supabase, PostgreSQL ,Stripe

Key Features:

  • Song Upload
  • Tailwind design for sleek UI
  • Tailwind animations and transition effects
  • Full responsiveness for all devices
  • Credential authentication with Supabase
  • GitHub authentication integration
  • Google authentication integration
  • File and image upload using Supabase storage
  • Client form validation and handling using react-hook-form
  • Server error handling with react-toast
  • Play song audio
  • Favorites System
  • Playlists / Liked Songs system
  • Advanced Player component
  • How to write POST, GET, and DELETE routes in route handlers ( app/ api )
  • How to fetch data in server React components by directly accessing the database (WITHOUT API! like Magic!)
  • Handling relations between Server and Child components in a real-time environment
  • Payment with stripe

Prerequisites

Node version 18.13.0

Cloning the repository

Install packages

npm i

Setup .env file

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=

Start the app

npm run dev

Available commands

Running commands with npm npm run dev,npm run build

About

A full stack clone of spotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages