A fullstack E-Commerce Admin panel created with NextJS, React, TailwindCSS, Clerk, shadcn and Prisma.
https://e-commerce-admin-woad.vercel.app/
- TypeScript
- NextJS
- React
- Tailwind CSS
- MySQL
- Prisma
- Clerk
- Zustand
- shadcn
- Axios
- React Hot Toast
- Lucide React
- Stripe
- Ability to create, search and control multiple
storesthrough Admin CMS. - Ability to view store
overviewof sale details and revenue graph. - Ability to create, update and delete
Billboards. - Ability to create, update and delete
Categories. - Ability to create, update and delete
Products. - Ability to update
Storename. - Ability to upload multiple images for products and change or remove them.
- Ability to create, update and delete filters such as
ColorandSize. - Ability to control
Featuredproducts. - Ability to
archiveproducts. - Ability to view orders and sales.
- Ability to toggle
DarkandLightmode theme. - Using
StripeIntergration. - Using
MySQLdatabase.
git clone https://github.com/samizak/E-Commerce-Admin.gitnpm iOr if you prefer using Yarn:
yarn installNEXT_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 pushnpm run devOr if you prefer using Yarn:
yarn devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |

