This is a repository for a Full Stack E-Commerce + Dashboard & CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL and ReactQuery
pnpm iSet the environment variables: Create a .env file in the root directory and add the variables from the local .env.example file
cp .env.example .envpnpm prisma generate
pnpm prisma db pushpnpm dev