{"id":14974887,"url":"https://github.com/jerinmonish/elv","last_synced_at":"2026-01-19T10:33:34.803Z","repository":{"id":38157266,"uuid":"255828702","full_name":"jerinmonish/ELV","owner":"jerinmonish","description":"Video Streaming","archived":false,"fork":false,"pushed_at":"2023-01-06T03:28:08.000Z","size":5328,"stargazers_count":2,"open_issues_count":27,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T17:13:56.668Z","etag":null,"topics":["ajax","bootstrap","datatable","jquery","jquery-plugin","laravel7","migration","mysql","seeder","validation","video-streaming","yajra"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/jerinmonish.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}},"created_at":"2020-04-15T06:43:37.000Z","updated_at":"2022-08-09T01:37:01.000Z","dependencies_parsed_at":"2023-02-05T05:31:01.438Z","dependency_job_id":null,"html_url":"https://github.com/jerinmonish/ELV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinmonish%2FELV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinmonish%2FELV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinmonish%2FELV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinmonish%2FELV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerinmonish","download_url":"https://codeload.github.com/jerinmonish/ELV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217221,"owners_count":20903009,"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":["ajax","bootstrap","datatable","jquery","jquery-plugin","laravel7","migration","mysql","seeder","validation","video-streaming","yajra"],"created_at":"2024-09-24T13:51:13.488Z","updated_at":"2026-01-19T10:33:34.779Z","avatar_url":"https://github.com/jerinmonish.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eVideo Streaming System\u003c/h1\u003e\n\u003ch3\u003eProject Scope\u003c/h3\u003e\n\u003cp\u003eThe application will have two types of users such as Admin and Users\u003c/p\u003e\n\u003cp\u003eAdmin Can:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003eCreate and manage events with video upload (Currently validated with 1 MB of video upload size).\u003c/li\u003e\n    \u003cli\u003eBulk upload of events with basic error handling (CSV upload).\u003c/li\u003e\n    \u003cli\u003eDashboard: List of past events history, events list based on date\u003c/li\u003e\n    \u003cli\u003eEvent details: with Joined user list, with like count.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003eUser Can:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003eRegister/Login.\u003c/li\u003e\n        \u003cli\u003eView only today's events list.\u003c/li\u003e\n        \u003cli\u003eUser can Join the events once before event start time + 10 mins, After he can not join the event.\u003c/li\u003e\n        \u003cli\u003eUser can like that video.\u003c/li\u003e\n        \u003cli\u003eList my events(Past \u0026 future).\u003c/li\u003e\n    \u003c/ul\u003e\n\n\u003ch3\u003eInstallation Details\u003c/h3\u003e\n\u003col\u003e\n    \u003cli\u003eAfter Pull, go inside project folder and composer update\u003c/li\u003e\n    \u003cli\u003eNow create database with name elv in phpmyadmin(mysql).\u003c/li\u003e\n    \u003cli\u003eEnter DB Credentials in .env file\u003c/li\u003e\n    \u003cli\u003eNow in terminal or cmd go inside the elv folder and type the below following commands:\u003c/li\u003e\n        \u003cul\u003e\n            \u003cli\u003ephp artisan migrate (Migrates all the Database Tables).\u003c/li\u003e\n            \u003cli\u003ephp artisan db:seed --class=UsersTableDataSeeder (Creates a user with admin role).\u003c/li\u003e\n            \u003cli\u003eOpen terminal and go inside project directory and type sudo chmod 777 -R storage/ bootstrap/ - For permission setup in Linux\u003c/li\u003e\n            \u003cli\u003eGo inside public directory inside project directory in terminal and sudo chmod 777 -R uploads/ - For permission setup to store video files.\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003cli\u003eNow go to browser and type the folder url.\u003c/li\u003e\n    \u003cli\u003eSample files to upload video and csv files can be found at sample_files directory.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003cp\u003eFramework used: Laravel (7.5.2)\u003c/p\u003e\n\n\u003cp\u003eIf you find any bug or need to correct me, just mail me at \u003ca href=\"mailto:jerinmonish007@gmail.com\"\u003ejerinmonish007@gmail.com\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003eThanks\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerinmonish%2Felv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerinmonish%2Felv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerinmonish%2Felv/lists"}