{"id":20171241,"url":"https://github.com/john-weeks-dev/uber-clone","last_synced_at":"2025-08-21T06:31:23.655Z","repository":{"id":159478974,"uuid":"565168690","full_name":"John-Weeks-Dev/uber-clone","owner":"John-Weeks-Dev","description":"This is an Uber Clone made with Vue 3, Tailwind CSS, Node JS, Pinia, and Google Maps","archived":false,"fork":false,"pushed_at":"2024-08-21T01:56:04.000Z","size":931,"stargazers_count":32,"open_issues_count":0,"forks_count":22,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-07T16:41:05.260Z","etag":null,"topics":["google-authentication","google-cloud-platform","googlemaps","googlemaps-api","javascript","node","nodejs","pinia","pinia-plugin-persist","pwa","tailwindcss","uber","uber-clone","vue","vue3-google-signin","vuejs"],"latest_commit_sha":null,"homepage":"https://youtube.com/watch?v=zXpr8zaK2eA","language":"Vue","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":"2022-11-12T14:57:16.000Z","updated_at":"2024-11-26T14:47:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"647907ac-24a1-45b1-83cf-7ae2e2cc8203","html_url":"https://github.com/John-Weeks-Dev/uber-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%2Fuber-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fuber-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fuber-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Weeks-Dev%2Fuber-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/uber-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494921,"owners_count":18235046,"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":["google-authentication","google-cloud-platform","googlemaps","googlemaps-api","javascript","node","nodejs","pinia","pinia-plugin-persist","pwa","tailwindcss","uber","uber-clone","vue","vue3-google-signin","vuejs"],"created_at":"2024-11-14T01:23:56.556Z","updated_at":"2024-12-19T20:08:44.162Z","avatar_url":"https://github.com/John-Weeks-Dev.png","language":"Vue","readme":"# Uber Clone (uber-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/203519788-671b6891-e2fb-4a68-8418-2d359df54acc.jpeg)](https://www.youtube.com/watch?v=zXpr8zaK2eA)\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\nClone the repository\n```\ngit clone https://github.com/John-Weeks-Dev/uber-clone.git\n```\n\nOpen a terminal, CD in to the folder and run these commands\n```\nnpm i\n\ncp .env.example .env\n```\n\nNow go to https://console.cloud.google.com/\n\nGenerate an API KEY.\n\nYou'll need to ENABLE Maps API, Directions API, Places API, and Distance Matrix API.\n\nAdd your new API KEY to the script inside **public/index.html**\n\n![Screenshot 2022-11-23 at 17 40 53](https://user-images.githubusercontent.com/108229029/203526600-42f9f3be-6e9d-4fcc-aff0-5d6c6c7e8d87.png)\n\nNow run this command to start the project \n```\nnpm run serve\n```\n\nAnd to start in PWA mode run the command\n```\nnpm run pwa\n```\n![Screenshot 2022-11-23 at 17 44 01](https://user-images.githubusercontent.com/108229029/203527683-4b43f88e-07d8-4e2a-bfad-9a785afed02f.png)\n\nOpen another terminal\n```\ncd server\n\nnpm i\n\ncp .env.example .env\n```\n\nAdd the Google API Key to the .env\n\n```\nGOOGLE_MAPS_API_KEY=keyhere\n\nnpm run watch\n```\n\n![Screenshot 2022-11-23 at 17 53 00](https://user-images.githubusercontent.com/108229029/203529049-d7790bc7-0d0e-4b20-80d5-9cea46017c57.png)\n\nYou should be good to go!\n\n# Application Images\n\n\u003cp float=\"left\"\u003e\n  \u003cimg width=\"270\" alt=\"Screenshot 2022-11-23 at 17 10 03\" src=\"https://user-images.githubusercontent.com/108229029/203521356-c0f3956f-2b71-4e53-998a-65d10ffd6f29.png\"\u003e\n  \u003cimg width=\"270\" alt=\"Screenshot 2022-11-23 at 17 11 15\" src=\"https://user-images.githubusercontent.com/108229029/203521447-f9ad69eb-67c1-4bc5-89c2-378d7a2dd27f.png\"\u003e\n  \u003cimg width=\"270\" alt=\"Screenshot 2022-11-23 at 17 12 14\" src=\"https://user-images.githubusercontent.com/108229029/203521544-3b982e89-ad62-4e63-a376-5f614acbb588.png\"\u003e\n\u003c/p\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Fuber-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-weeks-dev%2Fuber-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-weeks-dev%2Fuber-clone/lists"}