3340fd11ca
- 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
4 lines
182 B
Bash
4 lines
182 B
Bash
ALPACA_API_KEY=your_alpaca_api_key_here
|
|
ALPACA_SECRET_KEY=your_alpaca_secret_key_here
|
|
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here |