Skip to content

rollingsxshi/next13-jotter

Repository files navigation

Next JS TypeScript TailwindCSS React Query Prisma Supabase

T-3 stack with NextJS 13

PNPM

pnpm install # npm install
pnpm add <pkg> # npm i <pkg>
pnpm <cmd> # npm run <cmd>

Prisma & Supabase

  • create project in supabase
  • settings > database > url connection string
  • update schema.prisma with credentials
  • run pnpm prisma db push for any model changes in schema.prisma file

Google OAuth

  • create new project
  • Create new project > APIs & Services > Credentials > Create Credentials > OAuth client id

Github OAuth

  • steps here OAuth Client ID
  • remember to register app for both localhost and prod url

About

Next 13 app from Theo's youtube tutorial using the T3 stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published