{"id":21452239,"url":"https://github.com/kislaykashyap-hub/ott-application","last_synced_at":"2026-04-04T16:34:25.436Z","repository":{"id":248263936,"uuid":"819009149","full_name":"KislayKashyap-hub/OTT-Application","owner":"KislayKashyap-hub","description":"The OTT Project is a microservices-based application designed to manage various aspects of an Over-The-Top (OTT) media service.","archived":false,"fork":false,"pushed_at":"2024-07-14T07:31:18.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T12:31:34.743Z","etag":null,"topics":["crud","expressjs","git","javascript","microservices","mongodb","nodejs","restful-api"],"latest_commit_sha":null,"homepage":"https://github.com/KislayKashyap-hub/OTT-Application","language":"JavaScript","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/KislayKashyap-hub.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}},"created_at":"2024-06-23T14:14:18.000Z","updated_at":"2024-07-14T07:31:21.000Z","dependencies_parsed_at":"2024-11-23T04:38:41.033Z","dependency_job_id":null,"html_url":"https://github.com/KislayKashyap-hub/OTT-Application","commit_stats":null,"previous_names":["kislaykashyap-hub/ott-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FOTT-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FOTT-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FOTT-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FOTT-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KislayKashyap-hub","download_url":"https://codeload.github.com/KislayKashyap-hub/OTT-Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965240,"owners_count":20375901,"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","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":["crud","expressjs","git","javascript","microservices","mongodb","nodejs","restful-api"],"created_at":"2024-11-23T04:28:28.099Z","updated_at":"2025-12-31T00:18:58.054Z","avatar_url":"https://github.com/KislayKashyap-hub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OTT-Application\n\n## Overview\nThe OTT Project is a microservices-based application designed to manage various aspects of an OTT media service. The project is divided into four main services:\n1. User Service\n2. Content Service\n3. Streaming Service\n4. Invoice Service\n\nEach service is responsible for a specific set of functionalities, ensuring modularity and scalability.\n\n## Table of Contents\n- User Service\n- Content Service\n- Streaming Service\n- Invoice Service\n- Setup\n- Technologies Used\n\n## User Service\n\n### Scope\nThe User Service manages all user-related functionalities, including user registration, authentication, and profile management.\n\n### Features\n- User Registration: Allows new users to register.\n- User Authentication: Handles user login and logout.\n- Profile Management: Enables users to view and update their profile information.\n\n### Endpoints\n- POST /users/adduser: Register a new user.\n- GET /users: Get a list of all users.\n\n### Usage\nThis service is essential for managing user data, ensuring secure authentication, and providing a personalized experience for each user.\n\n## Content Service\n\n### Scope\nThe Content Service is responsible for managing the media content available on the platform, including movies, TV shows, and other digital media.\n\n### Features\n- Content Management: Add, update, and delete content.\n- Search Content: Search for content by various filters such as genre, release year, etc.\n- Featured Content: Mark content as featured.\n\n### Endpoints\n- GET /content: Retrieve a list of all content.\n- GET /content/:id: Retrieve content by ID.\n- POST /content/add: Add new content.\n\n### Usage\nThe Content Service allows administrators to manage the media library efficiently and provides users with access to a wide range of content.\n\n## Streaming Service\n\n### Scope\nThe Streaming Service handles all operations related to streaming content, including starting, stopping, and monitoring streaming sessions.\n\n### Features\n- Start Streaming: Start streaming a specific piece of content.\n- Stop Streaming: Stop streaming the current content.\n- Streaming Analytics: Monitor and log streaming activities.\n\n### Endpoints\n- POST /streaming/play/:id: Start streaming content by ID.\n- POST /streaming/stop/:id: Stop streaming content by ID.\n- GET /streaming/:id: Get streaming details by ID.\n\n### Usage\nThis service is crucial for delivering content to users in real-time, ensuring smooth playback, and providing valuable insights into streaming performance.\n\n## Invoice Service\n\n### Scope\nThe Invoice Service manages billing and invoicing for the users, keeping track of transactions and payment history.\n\n### Features\n- Create Invoice: Generate a new invoice for a transaction.\n- View Invoice: Retrieve invoice details by ID.\n- List Invoices: Get a list of all invoices for a user.\n\n### Endpoints\n- POST /invoices/create: Create a new invoice.\n- GET /invoices/:id: Retrieve an invoice by ID.\n- GET /invoices/user/:userId: Retrieve all invoices for a user.\n\n### Usage\nThe Invoice Service ensures accurate billing, provides users with a history of their transactions, and helps manage financial records efficiently.\n\n## Setup\n\n### Prerequisites\n- Node.js\n- MongoDB\n- Git\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/KislayKashyap-hub/OTT-Application.git\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislaykashyap-hub%2Fott-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkislaykashyap-hub%2Fott-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislaykashyap-hub%2Fott-application/lists"}