Init commit

This commit is contained in:
2025-10-18 00:31:23 +01:00
commit fcd081c1c5
30 changed files with 4912 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
## Drizzle
`npm run db:generate` to create any migration files from the schema
`npm run db:migrate` to actually apply the migrations to the db
`npm run db:push` to basically push straight from schema to db
## What's included?
- [Next.js](https://nextjs.org)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
- [biome](https://biomejs.dev)
- [better-auth](https://www.better-auth.com/)
## T3
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.