Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.13 KB

This is a Next.js project bootstrapped with create-next-app.

Important Point

The Stripe Payment Method Build Here Is Completely On Test Mode.
So, You Can Easily Get A Premium Membership Just By Giving Any Valid Card Details With Paying Any Money.
You Can Use Card Number This Card No 4242 4242 4242 4242 Or If Not Working Use Any Valid Card With A Future Expiry Date, Random CVV and Valid Address & Name Details.

Cloning The Repository

git clone https://github.com/psykat1116/Spotify.git

Install The Packages

cd Spotify
npm i

Setup .env File

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=

NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

ADD SQL Tables

Follow The Youtube Video for create the tables.

Run The Project

npm run dev

Open http://localhost:3000 To See The Project On Local Server.