Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 549 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 549 Bytes

Full Stack E-Commerce + Dashboard & CMS

This is a repository for a Full Stack E-Commerce + Dashboard & CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL and ReactQuery

Install packages

pnpm i

Setup .env file

Set the environment variables: Create a .env file in the root directory and add the variables from the local .env.example file

cp .env.example .env

Connect to PlanetScale and Push Prisma

pnpm prisma generate
pnpm prisma db push

Start the app

pnpm dev