{"id":20171244,"url":"https://github.com/john-weeks-dev/youtube-clone","last_synced_at":"2025-04-10T02:42:15.399Z","repository":{"id":159478980,"uuid":"591885141","full_name":"John-Weeks-Dev/youtube-clone","owner":"John-Weeks-Dev","description":"This is a YouTube Clone made with Vue 3, Laravel, Tailwind CSS, and Inertia JS","archived":false,"fork":false,"pushed_at":"2023-02-20T18:13:35.000Z","size":33209,"stargazers_count":43,"open_issues_count":0,"forks_count":19,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T04:12:08.072Z","etag":null,"topics":["inertiajs","javascript","laravel","laravel-spa","php","tailwind","tailwindcss","ui","video-uploader-php","videoupload","vue-components","vue3","vue3-composition-api","vuejs","youtube","youtube-clone"],"latest_commit_sha":null,"homepage":"https://youtube.com/watch?v=o-hIuejQzAA","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/John-Weeks-Dev.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":"2023-01-22T08:01:59.000Z","updated_at":"2025-03-02T16:06:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d3274b7-6496-40cc-86f8-f3a8c73293c1","html_url":"https://github.com/John-Weeks-Dev/youtube-clone","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/John-Weeks-Dev%2Fyoutube-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fyoutube-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fyoutube-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fyoutube-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/John-Weeks-Dev","download_url":"https://codeload.github.com/John-Weeks-Dev/youtube-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248145001,"owners_count":21055029,"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":["inertiajs","javascript","laravel","laravel-spa","php","tailwind","tailwindcss","ui","video-uploader-php","videoupload","vue-components","vue3","vue3-composition-api","vuejs","youtube","youtube-clone"],"created_at":"2024-11-14T01:23:56.954Z","updated_at":"2025-04-10T02:42:15.391Z","avatar_url":"https://github.com/John-Weeks-Dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Clone (youtube-clone)\n\n### Tutorial series on how to build this\n\nIf you'd like a step by step guide on how to build this just **CLICK THE IMAGE BELOW**\n\n[![GO TO JOHN WEEKS DEV TUTORIAL VIDEOS](https://user-images.githubusercontent.com/108229029/220176298-fa25f75f-6025-4b05-83fd-ab0beca61cc5.png)](https://www.youtube.com/watch?v=o-hIuejQzAA)\n\nCome and check out my YOUTUBE channel for lots more tutorials -\u003e https://www.youtube.com/@johnweeksdev\n\n**LIKE**, **SUBSCRIBE**, and **SMASH THE NOTIFICATION BELL**!!!\n\n## App Setup\n\n```\ngit clone https://github.com/John-Weeks-Dev/youtube-clone.git\n\ncomposer install \n\ncp .env.example .env \n\nphp artisan cache:clear \n\ncomposer dump-autoload \n\nphp artisan key:generate\n\ncomposer require laravel/breeze vue --dev\n\nphp artisan breeze:install vue --ssr\n\nphp artisan serve\n```\n\nCreate the DB\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=youtube-clone\nDB_USERNAME=root\nDB_PASSWORD=\n```\nNow migrate your DB\n```\nphp artisan migrate\n\nphp artisan db:seed\n```\n\nNow run this command to start the project \n```\nnpm i\n\nnpm run dev\n```\n\nYou should be good to go!\n\n# Application Images\n![Screenshot 2023-01-28 at 15 01 02](https://user-images.githubusercontent.com/108229029/215254541-900cc6a9-027d-451a-bc7c-202b9daf0b0e.png)\n![Screenshot 2023-01-23 at 16 55 05](https://user-images.githubusercontent.com/108229029/214011782-719ff6ca-5307-4942-8ea2-2919e728a904.png)\n![Screenshot 2023-01-23 at 16 55 23](https://user-images.githubusercontent.com/108229029/214011851-c528db5f-20d4-416f-852f-6091db17d106.png)\n![Screenshot 2023-01-23 at 16 55 44](https://user-images.githubusercontent.com/108229029/214011872-8beb26da-569d-4713-a9f1-ced2c4aa7ffa.png)\n![Screenshot 2023-01-23 at 16 55 54](https://user-images.githubusercontent.com/108229029/214011886-31f0546c-d16d-4654-880e-a80cd49f6bdf.png)\n![Screenshot 2023-01-23 at 16 56 29](https://user-images.githubusercontent.com/108229029/214011897-31b94863-5394-40da-9e58-738df1d366bb.png)\n![Screenshot 2023-01-23 at 16 56 43](https://user-images.githubusercontent.com/108229029/214011917-4a64f552-c809-45dc-aacb-d3caeb1b82bc.png)\n![Screenshot 2023-01-23 at 16 56 58](https://user-images.githubusercontent.com/108229029/214011922-a05680ed-f85e-4137-8d2d-ce5b26070ef5.png)\n![Screenshot 2023-01-23 at 16 57 47](https://user-images.githubusercontent.com/108229029/214011959-08c523d7-cac7-41a1-890f-4eba1a343dff.png)\n![Screenshot 2023-01-23 at 16 57 57](https://user-images.githubusercontent.com/108229029/214011979-546cedb5-45b8-43da-a6f6-50d64376768d.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Fyoutube-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-weeks-dev%2Fyoutube-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Fyoutube-clone/lists"}