feat: full-stack frontend with gateway API integration

- Dashboard with real-time service health, screening results, stream stats
- Stock list page with search, market filter, pagination via KIS API
- Stock detail page with prices, valuation, AI analysis, catalysts
- Screening page with trigger + results display
- Pipeline monitoring with service status and stream info
- Typed API client (lib/api.ts) for all gateway endpoints
- Reusable components (Sidebar, StatCard)
- Dockerfile with build-time NEXT_PUBLIC_API_URL injection
- Docker-compatible .dockerignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yakenator
2026-02-23 13:51:40 +09:00
parent c069d398dc
commit dab7d0921d
16 changed files with 1862 additions and 79 deletions

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
node_modules
.next
.git
Dockerfile
.dockerignore