Commit Graph

3 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 944a7280c9 style: update analyze API to use JSON body 2026-05-14 08:12:37 +02:00
henry bd033a5d84 feat: add analysis API route 2026-05-14 08:06:24 +02:00