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
11 lines
104 B
Plaintext
11 lines
104 B
Plaintext
.DS_Store
|
|
.env
|
|
/node_modules/
|
|
|
|
# React Router
|
|
/.react-router/
|
|
/build/
|
|
|
|
/generated/prisma
|
|
/prisma/dev.db
|