{"id":17118184,"url":"https://github.com/ruppysuppy/pizza-man","last_synced_at":"2025-08-21T00:32:01.424Z","repository":{"id":45694838,"uuid":"286390678","full_name":"ruppysuppy/Pizza-Man","owner":"ruppysuppy","description":"🍕🛒 An e-commerce website to order pizza online","archived":false,"fork":false,"pushed_at":"2023-01-01T10:22:49.000Z","size":9700,"stargazers_count":151,"open_issues_count":0,"forks_count":53,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-15T17:53:38.245Z","etag":null,"topics":["axios","css","ecommerce-website","firebase","javascript","jsx","react","redux"],"latest_commit_sha":null,"homepage":"https://pizza-man-61510.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruppysuppy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-10T06:07:40.000Z","updated_at":"2024-09-06T02:40:43.000Z","dependencies_parsed_at":"2023-01-31T21:46:33.657Z","dependency_job_id":null,"html_url":"https://github.com/ruppysuppy/Pizza-Man","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruppysuppy/Pizza-Man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruppysuppy%2FPizza-Man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruppysuppy%2FPizza-Man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruppysuppy%2FPizza-Man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruppysuppy%2FPizza-Man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruppysuppy","download_url":"https://codeload.github.com/ruppysuppy/Pizza-Man/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruppysuppy%2FPizza-Man/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271409446,"owners_count":24754715,"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-08-20T02:00:09.606Z","response_time":69,"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":["axios","css","ecommerce-website","firebase","javascript","jsx","react","redux"],"created_at":"2024-10-14T17:53:44.092Z","updated_at":"2025-08-21T00:32:00.964Z","avatar_url":"https://github.com/ruppysuppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pizza Man Project\n\nAn E-Commerce website for ordering Pizza Online\n\n## Demo\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./readme_img/demo.gif\" style=\"width: 640px\" /\u003e\n\u003c/div\u003e\n\n**NOTE:** The features shown in the demo is not exhaustive. Only the core features are showcased in the demo.\n\n## Tools used\n\n1. React: To create the Single Page App\n2. React-Router: For Routing\n3. Redux: For State Management\n4. Firebase: As a DataBase\n\n## Firebase Setup\n\nYou need to create a firebase configeration file holding the firebase settings in the path `/src/firebase/config.js`. The required format is:\n\n```javascript\nconst firebaseConfig = {\n\tapiKey: \"API-KEY\",\n\tauthDomain: \"AUTH-DOMAIN.firebaseapp.com\",\n\tdatabaseURL: \"DATABASE-URL.firebaseio.com\",\n\tprojectId: \"PROJECT-ID\",\n\tstorageBucket: \"STORAGE-BUCKET.appspot.com\",\n\tmessagingSenderId: \"MESSAGING-SENDER-ID\",\n\tappId: \"APP-ID\",\n\tmeasurementId: \"MEASUREMENT-ID\",\n};\n\nexport default firebaseConfig;\n```\n\nData needs to be stored in the following format:\n\n```javascript\n[\n\t{\n\t\tname: \"CATEGORY NAME\",\n\t\titems: [\n\t\t\t{\n\t\t\t\tdesc: \"PIZZA DESCRIPTION\",\n\t\t\t\tid: \"ID\",\n\t\t\t\timg: \"IMAGE LINK\",\n\t\t\t\tname: \"PIZZA NAME\",\n\t\t\t\tprice: 100, // PRICE\n\t\t\t},\n\t\t],\n\t},\n];\n```\n\nAn example data is given in `/src/firebase/exampleData.json`\n\n## How to Use\n\nTo use the project follow the steps given below:\n\n1. Install the necessary modules (`npm install`).\n2. Setup Firebase Project and configuration\n3. Use `npm start` to run the react app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruppysuppy%2Fpizza-man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruppysuppy%2Fpizza-man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruppysuppy%2Fpizza-man/lists"}