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
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
ALPACA_API_KEY=your_alpaca_api_key_here
|
||||
ALPACA_SECRET_KEY=your_alpaca_secret_key_here
|
||||
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
||||
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
Reference in New Issue
Block a user