{"id":20171258,"url":"https://github.com/john-weeks-dev/amazon-clone","last_synced_at":"2025-10-14T05:16:33.598Z","repository":{"id":159478947,"uuid":"586786038","full_name":"John-Weeks-Dev/amazon-clone","owner":"John-Weeks-Dev","description":"This is a Amazon Clone made with Vue 3, Laravel, Tailwind CSS, Stripe, and Inertia JS","archived":false,"fork":false,"pushed_at":"2023-02-21T08:39:13.000Z","size":4316,"stargazers_count":31,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T02:55:01.144Z","etag":null,"topics":["amazon","amazon-clone","cart","javascript","laravel","php","pinia","pinia-plugin-persist","stripe","stripe-payments","tailwind","tailwindcss","vue3","vue3-composition-api"],"latest_commit_sha":null,"homepage":"https://youtube.com/watch?v=SAUKvG6ILSs","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-09T08:21:26.000Z","updated_at":"2025-04-05T00:06:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"72760a2b-33c8-4637-b93b-b8999e8644c3","html_url":"https://github.com/John-Weeks-Dev/amazon-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/John-Weeks-Dev/amazon-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Famazon-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Famazon-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Famazon-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Famazon-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/amazon-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Famazon-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018015,"owners_count":26086237,"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-14T02:00:06.444Z","response_time":60,"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":["amazon","amazon-clone","cart","javascript","laravel","php","pinia","pinia-plugin-persist","stripe","stripe-payments","tailwind","tailwindcss","vue3","vue3-composition-api"],"created_at":"2024-11-14T01:24:00.895Z","updated_at":"2025-10-14T05:16:33.563Z","avatar_url":"https://github.com/John-Weeks-Dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Clone (amazon-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/220291890-aef4e3e0-2b9b-43a3-ad49-e06be9b63915.jpeg)](https://www.youtube.com/watch?v=SAUKvG6ILSs)\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/amazon-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 --dev\n\nphp artisan breeze:install vue --inertia\n\nphp artisan serve\n```\n\nCreate the DB\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=amazon_clone\nDB_USERNAME=root\nDB_PASSWORD=\n```\nNow migrate your DB\n```\nphp artisan migrate\n\nphp artisan db:seed\n```\n\nNow go to https://stripe.com/en-gb-us\n\nCreate a public and private KEY.\n\nAdd your new PRIVATE API KEY to **CheckoutController.php**\n\n![Screenshot 2022-12-19 at 14 33 10](https://user-images.githubusercontent.com/108229029/211271467-926303ac-9e21-4557-bd2e-df781697283f.png)\n\nAnd **Checkout**\n\n![Screenshot 2022-12-19 at 14 33 32](https://user-images.githubusercontent.com/108229029/211272867-c81d401f-9e37-44e3-bc82-df8407b30247.png)\n\nConnect Mailtrap\n\nAdd the details to **.env**\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-08 at 22 13 46](https://user-images.githubusercontent.com/108229029/211273079-e792667b-a16f-4ea3-a726-4be3fbe133cc.png)\n![Screenshot 2023-01-08 at 22 14 08](https://user-images.githubusercontent.com/108229029/211274170-a74fe46b-5fe3-4654-b675-22f9d7579e38.png)\n![Screenshot 2023-01-08 at 22 14 24](https://user-images.githubusercontent.com/108229029/211274612-83fe1ccc-12c9-4934-a411-8ba6c5a66eeb.png)\n![Screenshot 2023-01-08 at 22 14 51](https://user-images.githubusercontent.com/108229029/211274617-ae2d3138-f116-494f-b625-18f9e27d5bd8.png)\n![Screenshot 2023-01-08 at 22 15 42](https://user-images.githubusercontent.com/108229029/211274628-0bd1e5f9-7fbb-41f9-86bf-4860e723a7e4.png)\n![Screenshot 2023-01-08 at 22 16 01](https://user-images.githubusercontent.com/108229029/211274638-9d3461a8-617d-4797-868d-c1ed285c57d7.png)\n![Screenshot 2023-01-08 at 22 16 41](https://user-images.githubusercontent.com/108229029/211274648-9d55d0a7-ef43-49fb-b332-8b43ed6f0334.png)\n![Screenshot 2023-01-08 at 22 16 54](https://user-images.githubusercontent.com/108229029/211274652-1da2b0c5-8033-4f40-95d8-ecbbb7925305.png)\n![Screenshot 2023-01-08 at 22 17 13](https://user-images.githubusercontent.com/108229029/211274658-c1a46bde-f438-4467-848b-50bfbd607ca0.png)\n![Screenshot 2023-01-08 at 22 17 21](https://user-images.githubusercontent.com/108229029/211274662-665e1c76-a5fa-4e13-9bbc-6de831a712bd.png)\n![Screenshot 2023-01-08 at 22 18 07](https://user-images.githubusercontent.com/108229029/211274663-4fe0ebd2-d553-47db-bdca-e8ca5974f7b0.png)\n![Screenshot 2023-01-08 at 22 18 36](https://user-images.githubusercontent.com/108229029/211274673-736a05f2-c236-4e02-8840-8eccfaa80658.png)\n![Screenshot 2023-01-08 at 22 19 45](https://user-images.githubusercontent.com/108229029/211274684-2f2c1af1-17ca-465f-892a-e5f1f24e2284.png)\n![Screenshot 2023-01-08 at 22 20 53](https://user-images.githubusercontent.com/108229029/211274691-cd998330-ed21-4da8-a53f-6cf3dca8c38e.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Famazon-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-weeks-dev%2Famazon-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Famazon-clone/lists"}