Nemanja1208 / T3-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 79.0%Language:JavaScript 20.8%Language:CSS 0.2%