Implement expense tracking foundation for v1

This commit is contained in:
2026-03-23 12:32:36 -04:00
parent 5d7e25c015
commit 905af75cd8
39 changed files with 9923 additions and 9 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
DATABASE_URL="file:./prisma/dev.db"
OPENAI_API_KEY=""