Commit Graph

4 Commits

Author SHA1 Message Date
Peter Wood
06dfbf9965 feat: add initial implementation of Finance MCP server with REST API and setup instructions (ref #16) 2025-05-02 23:51:18 -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