Personal household fiscal tracker built with Next.js + Prisma (SQLite).
- Install dependencies
- Create
.envfrom.env.example - Run migrations and seed data
- Start the app
npm install
npx prisma migrate dev --name init
npm run prisma:seed
npm run devDATABASE_URL="file:./prisma/dev.db"- Local-only single household usage.
- No authentication/RBAC by design.
- All write API operations generate
AuditEventrows.