Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.49 KB

ELE Main App

This is a ELE Main App

What's next? How do I make an app with this?

  • - Transfer from prisma to drizzle

  • - Fix typings

  • - Implement create teams table and respectable relations to other tables

  • - Implement users able to invite players to teams

    • - Let users accept incoming invite
  • - Implement users able to invite players as friends

    • - Let users accept incoming friend invite
  • - let user create teams in teams settings

    • - Get all games user can create teams in
    • - Check if team name is taken for that game
    • - Fix error message on create a team page
  • [] - Fix public and private prodecures from trpc

  • - Implement tournament bracket algo

    • [] - Create Page where teams can submit scores
    • [] - Update following tournament/id to next round
    • [] - Create disputed tournaments use case functionility / good chance to use AI to help medigate disputed match
  • - Convert from MySQL to SQLite and move from planetscale to turso due to planetscale removing free tier plan

  • Next.js

  • NextAuth.js

  • Drizzle

  • Tailwind CSS

  • tRPC

  • Turso

How do I deploy this?

Follow our deployment guides for Vercel, Netlify and Docker for more information.