mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
d150757025deb3a4a2475c0bd71de96aa3117bf0
- 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.
Description
No description provided
Languages
TypeScript
80.3%
CSS
11.9%
PowerShell
3.1%
Shell
2.4%
JavaScript
1.8%
Other
0.5%