create-t3-app
The easiest way to develop typesafe full stack apps
app
FinnDore/create-t3-app-starter
Just deployed
MySQL
mysql
Just deployed
/var/lib/mysql
Overview
The create T3 app starter contains a next app pre-configured with trpc, tailwind, nextauth ( complete with database setup ) and prisma. Since we are deploying on Railway a database is already setup and linked to your project, with migrations that run at deployment time!
Highlights
- Pre-configured database
- Fullstack typesafety
- Pre-configured Tailwind, Trpc, Next-auth and Prisma
- Excellent developer experience
Learn More
For more information about create-t3-app please head over to https://create.t3.gg/en/introduction or join the discord https://t3.gg/discord
Notes
To enable nextauth head over to the src/server/auth.ts
file and configure any providers you would like on line 31.
Template Content