mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-16 23:57:11 -05:00
5e45bee0baa6737252fefb998495865a7720e3db
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
BlackStream
Streaming aggregation platform — a single interface for discovering and tracking content across multiple streaming services.
Architecture
frontend/
web-app/ # React web application
backend/
api-gateway/ # Express API (port 4000) — search, routing
recommendation-engine/ # Content recommendations
content-aggregator/ # Cross-platform catalog aggregation
sync-service/ # Watch synchronization
user-service/ # Authentication and profiles
Quick Start
# API Gateway
cd backend/api-gateway && npm install && node index.js
# Web App
cd frontend/web-app && npm install && npm start
API
GET / # Health check
GET /search # Search content — ?q=<query>
Status
Early development. API gateway and React frontend are functional. Recommendation engine and content aggregator are scaffolded.
License
Copyright 2026 BlackRoad OS, Inc. All rights reserved.
Languages
JavaScript
74.1%
CSS
25.9%