ecommerce admin dashboard next13
1.0.0
This is the repository for a fully functioning Admin Dashboard & CMS.
Find the Github repository for the E-Commerce store here: https://github.com/demitraps/ecommerce-store-next13
React, Next.JS 13, TypeScript, TailwindCSS
Authentication: Clerk Data validation: Zod FileUploads: Cloudinary Components: Shadcn Database: MySQL-PlanetScale with Prisma ORM
https://ecommerce-admin-dashboard-next13-seven.vercel.app/
Product creation:

and in store:

Homepage:

Create store:

Billboards:

Create billboard:

Categories:

Sizes:

Colors:

Products:

Create product:

Orders:

Settings:

Light mode:

Node version 14.x
git clone https://github.com/demitraps/ecommerce-admin-dashboard-next13.gitnpx prisma generate
npx prisma db pushnpm run devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |