Skip to content

🌐 In this project, I leverage the power of Shadcn UI with Next.js to create a stunning and responsive user interface.Dive into transactions using Stripe Checkout and Stripe Webhooks. Harness the robust combination of MySQL, Prisma, and PlanetScale for a scalable and efficient backend.

Notifications You must be signed in to change notification settings

Geetendra1/ecommerce-store

Repository files navigation

Full Stack E-Commerce Website: Next.js 13 App Router, React, Tailwind, Prisma, MySQL, 2023

Key Features:

  • We will be using Shadcn UI for the Admin!
  • Our admin dashboard is going to serve as both CMS, Admin and API!
  • You will be able to control mulitple vendors / stores through this single CMS! (For example you can have a "Shoe store" and a "Laptop store" and a "Suit store", and our CMS will generate API routes for all of those individually!)
  • You will be able to create, update and delete categories!
  • You will be able to create, update and delete products!
  • You will be able to upload multiple images for products, and change them whenever you want!
  • You will be able to create, update and delete filters such as "Color" and "Size", and then match them in the "Product" creation form.
  • You will be able to create, update and delete "Billboards" which are these big texts on top of the page. You will be able to attach them to a single category, or use them standalone (Our Admin generates API for all of those cases!)
  • You will be able to Search through all categories, products, sizes, colors, billboards with included pagination!
  • You will be able to control which products are "featured" so they show on the homepage!
  • You will be able to see your orders, sales, etc.
  • You will be able to see graphs of your revenue etc.
  • You will learn Clerk Authentication!
  • Order creation
  • Stripe checkout
  • Stripe webhooks
  • MySQL + Prisma + PlanetScale

Prerequisites

Node version 14.x

Cloning the repository

git clone this repo

Install packages

npm i

Setup .env file

NEXT_PUBLIC_API_URL=

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

About

🌐 In this project, I leverage the power of Shadcn UI with Next.js to create a stunning and responsive user interface.Dive into transactions using Stripe Checkout and Stripe Webhooks. Harness the robust combination of MySQL, Prisma, and PlanetScale for a scalable and efficient backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages