Ecommerce CMS with NextJS

Media

output.mp4

image

Stack

  • NextJS 13 (Server Components)
  • Shadcn UI
  • Axios
  • Zustand
  • Recharts
  • Stripe
  • Cloudinary (images)
  • Prisma / MySQL / PlanetScale
  • Clerk (auth)
  • Vercel

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/Kalmovic/nextjs-ecommerce-store.git

Install packages

npm i

Setup .env file

NEXT_PUBLIC_API_URL=

Start the app

npm run dev