{"id":31890296,"url":"https://github.com/codershubinc/myflix","last_synced_at":"2025-10-13T07:27:31.398Z","repository":{"id":315288592,"uuid":"1058886990","full_name":"codershubinc/myFlix","owner":"codershubinc","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-27T21:15:18.000Z","size":45797,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T23:29:56.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codershubinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T17:24:28.000Z","updated_at":"2025-09-27T21:15:21.000Z","dependencies_parsed_at":"2025-09-19T23:08:22.885Z","dependency_job_id":null,"html_url":"https://github.com/codershubinc/myFlix","commit_stats":null,"previous_names":["codershubinc/-randomname-","codershubinc/myflix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codershubinc/myFlix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershubinc%2FmyFlix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershubinc%2FmyFlix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershubinc%2FmyFlix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershubinc%2FmyFlix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codershubinc","download_url":"https://codeload.github.com/codershubinc/myFlix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershubinc%2FmyFlix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014119,"owners_count":26085463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-13T07:27:29.993Z","updated_at":"2025-10-13T07:27:31.392Z","avatar_url":"https://github.com/codershubinc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Streaming App\n\n## Overview\n\nThis project is a local video streaming server built with NestJS and MongoDB. It supports:\n\n- Movie upload (large files, metadata)\n- Video streaming with range requests\n- Movie metadata management\n- Directory listing\n- Device connection logging\n\n## Architecture Diagram\n\n```mermaid\ngraph TD\n  subgraph Client\n    A[Browser/Frontend]\n  end\n  subgraph Server\n    B[NestJS App]\n    B1[MoviesController]\n    B2[StreamingController]\n    B3[UploadController]\n    B4[Static File Server]\n    B5[Config/Utils]\n  end\n  subgraph Database\n    C[(MongoDB)]\n  end\n  A -- HTTP/REST/Multipart --\u003e B\n  B1 -- CRUD Movies --\u003e C\n  B2 -- Stream Video --\u003e A\n  B3 -- Upload File --\u003e C\n  B4 -- Serve HTML/JS/CSS --\u003e A\n  B5 -- Movie Metadata/Config --\u003e C\n  B -- Logging/Analytics --\u003e B5\n```\n\n## Key Features\n\n- Upload and stream large video files\n- Store and manage movie metadata\n- List movies from configured directories\n- Secure and extensible backend\n\n## Getting Started\n\n1. Install dependencies: `bun install` or `npm install`\n2. Start the server: `bun run start` or `npm run start`\n3. Access endpoints via browser or API client\n\n## Technologies Used\n\n- NestJS (TypeScript)\n- MongoDB (Mongoose)\n- Multer (file uploads)\n- Docker (optional)\n\n## Endpoints\n\n- `GET /stream/movies/list` — List movies\n- `POST /stream/upload/` — Upload movie file\n- `GET /stream/movies/stream` — Stream movie file\n\n## Notes\n\n- For large uploads, chunked upload is recommended for production\n- All paths and configs can be customized\n- See source code for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodershubinc%2Fmyflix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodershubinc%2Fmyflix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodershubinc%2Fmyflix/lists"}