Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-weeks-dev/ebay-clone
Fullstack eBay Clone with Next JS, React JS, SupaBase, TailwindCSS, Prisma, Stripe, E-commerce
https://github.com/john-weeks-dev/ebay-clone
e-commerce ebay ebay-clone javascript next nextjs nextjs13 prisma prisma-orm react reactjs shopping shopping-cart supabase supabase-auth tailwind tailwindcss
Last synced: about 14 hours ago
JSON representation
Fullstack eBay Clone with Next JS, React JS, SupaBase, TailwindCSS, Prisma, Stripe, E-commerce
- Host: GitHub
- URL: https://github.com/john-weeks-dev/ebay-clone
- Owner: John-Weeks-Dev
- Created: 2023-08-03T12:44:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T06:58:29.000Z (over 1 year ago)
- Last Synced: 2023-08-07T08:00:01.693Z (over 1 year ago)
- Topics: e-commerce, ebay, ebay-clone, javascript, next, nextjs, nextjs13, prisma, prisma-orm, react, reactjs, shopping, shopping-cart, supabase, supabase-auth, tailwind, tailwindcss
- Language: JavaScript
- Homepage: https://youtube.com/watch?v=LtPYuFhYf1w
- Size: 3.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/John-Weeks-Dev/ebay-clone/assets/108229029/1d1d9f20-0f5b-4d00-8d5a-9aca0d3e414c)](https://www.youtube.com/watch?v=LtPYuFhYf1w)
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.gitcp .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://cloud.google.com)
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 initnpx 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.