Commit graph

3 commits

Author SHA1 Message Date
DJP
247da45297 Fix port mapping: use env vars, bind localhost, remove duplicate ports
DB_PORT defaults to 5436, DASHBOARD_PORT defaults to 3456.
Prod override no longer redeclares ports (was causing duplicates).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 11:34:46 -04:00
DJP
ae981e8cb4 Add login auth, video embeds, and report serving
- Cookie-based session auth with login page (DASH_USER/DASH_PASS env vars)
- Serve generated reports via /report/:id route with View Report button
- YouTube iframe and Instagram native embeds in HTML reports
- Supporting videos grid per trend with platform icons
- Logout link in dashboard header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 11:08:08 -04:00
DJP
50e1675b10 Initial commit: Social Listening Pipeline
8-stage TypeScript pipeline with Apify scraping, Claude AI analysis,
real-time dashboard with SSE, PostgreSQL cost tracking, and Apify budget controls.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 22:18:02 -04:00