E-commerce Dashboard and Store
Updated: August 22, 2023The e-commerce dashboard is a full stack application built using Next.js with React Server Components, Tailwind CSS, shadcn/ui, Clerk, Prisma, PlanetScale, Cloudinary and Stripe.

Environment Variables
Create a .env
file in your root directory:
Getting started with the dashboard
To run this project locally:
Open http://localhost:3000
with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The code for the dashboard project is available on the ecommerce-dashboard repository on GitHub.
Getting started with the store
The e-commerce store is a full stack application built using Next.js with React Server Components and Tailwind CSS.

To run this project locally, you must first run the ecommerce-dashboard project.
Create a .env
file in your root directory with the following environment variables from the ecommerce-dashboard project:
Then, run the development server:
Open http://localhost:3001 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The code for the store project is available on the ecommerce-store repository on GitHub.