A fullstack E-Commerce Admin panel created with NextJS, React, TailwindCSS, Clerk, shadcn and Prisma.
https://e-commerce-admin-woad.vercel.app/
stores
through Admin CMS.overview
of sale details and revenue graph.Billboards
.Categories
.Products
.Store
name.Color
and Size
.Featured
products.archive
products.Dark
and Light
mode theme.Stripe
Intergration.MySQL
database.git clone https://github.com/samizak/E-Commerce-Admin.git
npm i
Or if you prefer using Yarn:
yarn install
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
# This was inserted by `prisma init`:
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
STRIPE_API_KEY=
FRONTEND_STORE_URL=
STRIPE_WEBHOOK_SECRET=
npx prisma generate
npx prisma db push
npm run dev
Or if you prefer using Yarn:
yarn dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |