Commit Graph

54 Commits

Author SHA1 Message Date
houston[bot]
b2dae7e868 Initial commit from Astro 2025-04-23 20:18:17 -04:00
Peter Wood
58e8dbc43c feat: update .gitignore and add reset environment script 2025-04-07 19:49:27 -04:00
Peter Wood
d150757025 feat: initialize finance project with Fastify, Prisma, and Zod
- Added package.json with necessary dependencies and scripts for development and production.
- Created Prisma schema for BankAccount model with fields: id, name, bankName, accountNumber, createdAt, and updatedAt.
- Implemented Fastify server with CRUD operations for bank accounts, including validation using Zod.
- Added graceful shutdown handling for server and Prisma client.
2025-04-05 17:52:40 -04:00
Peter Wood
7c1cf427d1 first commit 2025-04-05 10:44:18 -04:00