Skip to content

Nuxt 3 Full Stack Project With Tailwind use Supabase And PostgreSQL Database And Prisma

Notifications You must be signed in to change notification settings

SinaMohammadi/CarCtShop

Repository files navigation

Nuxt 3 Full Stack Project With Tailwind use Supabase And PostgreSQL Database And Prisma

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Prisma config cmd

npx prisma migrate dev --name initial

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# Env 
# Auth Handled With Supabase
SUPABASE_URL
SUPABASE_KEY
DATABASE_URL

Releases

No releases published

Packages

No packages published