Files
cattery/README.md
2025-10-18 00:31:23 +01:00

20 lines
569 B
Markdown

## 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`.