Colinas Pick'em is an app to allow picking the winners of the NFL games of the week.
Colinas Pick'em is built on top of the T3 Stack. It currently uses:
- TypeScript
- Next.js
- Tailwind CSS
- tRPC
- Prisma
- Zod
- Deployed on Vercel
- Authentication through Clerk
- MySQL database on PlanetScale
- Logs on Axiom
Fill DATABASE_URL with your MySQL database URL, NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY with your Clerk keys, and then:
npx prisma db pushnpm installnpm run dev
Merge a PR to the main branch and it will run the pipeline and deploy automatically.

