Skip to content

The T3 Stack - Full-stack TypeScript app, consisting of Next. js, tRPC, TailwindCSS, TypeScript, and Prisma.

Notifications You must be signed in to change notification settings

Nemanja1208/T3-app

Repository files navigation

T3 App using Prisma, tRPC, Next.js with Typescript, Github Auth, Supabase, DaisyUI and Tailwind

Steps you need to do in order to test this app :

  1. Clone repo and install deps npm i

  2. Register/Log in to Supabase

  3. Create database

  4. Add URI of the database it to the DATABASE_URL in .env

  5. Go to github setting/developer settings and create oAuth app and add both GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET to the .env file

  6. Generate random secret with this command openssl rand -base64 32 and add to .env NEXTAUTH_SECRET

  7. Start it with npm run dev and enjoy

About

The T3 Stack - Full-stack TypeScript app, consisting of Next. js, tRPC, TailwindCSS, TypeScript, and Prisma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published