Commit Graph

2 Commits

Author SHA1 Message Date
henry 3340fd11ca feat: add stock database with prisma for portfolio persistence
- Initialize Prisma with SQLite and Stock model
- Create database service layer with singleton client
- Add API routes for stock CRUD operations
- Integrate database with analyze page to persist ticker entries
- Add Playwright tests for stock database functionality
2026-05-14 10:23:56 +02:00
henry f40eec1420 feat: initialize prisma with Stock model 2026-05-14 09:55:24 +02:00