shashank065 / ebay-clone

Fullstack eBay Clone with Next JS, React JS, SupaBase, TailwindCSS, Prisma, Stripe, E-commerce

Home Page:https://youtube.com/watch?v=LtPYuFhYf1w

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eBay Clone / (ebay-clone)

Learn how to build this!

If you'd like a step-by-step guide on how to build this just CLICK THE IMAGE BELOW

GO TO JOHN WEEKS DEV TUTORIAL VIDEOS

Come and check out my YOUTUBE channel for lots more tutorials -> https://www.youtube.com/@johnweeksdev

LIKE, SUBSCRIBE, and SMASH THE NOTIFICATION BELL!!!

App Setup (localhost)

git clone https://github.com/John-Weeks-Dev/ebay-clone.git

cp .env.example .env

You'll have to set up a Supabase account & Stripe account, then add all of the details into your .env file.

Once you've connected your application to Supabase. You'll also need to set up the Auth Providers: Google Google

https://supabase.com/docs/guides/auth/social-login/auth-google

Now run the command to migrate your database tables and run your seed file.

npx prisma migrate dev --name init

npx prisma generate

npx prisma db seed

npm i

npm run dev

You should be good to go! If you need any more help, take a look at the tutorial video by clicking the image above.

About

Fullstack eBay Clone with Next JS, React JS, SupaBase, TailwindCSS, Prisma, Stripe, E-commerce

https://youtube.com/watch?v=LtPYuFhYf1w


Languages

Language:JavaScript 99.9%Language:CSS 0.1%