{"id":18688523,"url":"https://github.com/mian-ali/ecommerce-app","last_synced_at":"2025-08-20T18:27:03.834Z","repository":{"id":38818142,"uuid":"426352394","full_name":"mian-ali/Ecommerce-App","owner":"mian-ali","description":"Build Full MernStack E-CommerceApp ","archived":false,"fork":false,"pushed_at":"2025-08-05T17:42:43.000Z","size":7620,"stargazers_count":60,"open_issues_count":3,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-05T18:11:11.325Z","etag":null,"topics":["cart","ecommerce","fullstack-development","mern-stack","mian-ali","mongodb","nodejs","proshop","react"],"latest_commit_sha":null,"homepage":"https://fancy-scarf.cyclic.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/mian-ali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2021-11-09T19:02:42.000Z","updated_at":"2025-08-05T16:08:29.000Z","dependencies_parsed_at":"2023-11-11T18:31:23.614Z","dependency_job_id":"df9cf21a-3edd-46e8-8de1-a8ae393abadd","html_url":"https://github.com/mian-ali/Ecommerce-App","commit_stats":null,"previous_names":["mian-ali/ecommerce-app"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mian-ali/Ecommerce-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mian-ali%2FEcommerce-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mian-ali%2FEcommerce-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mian-ali%2FEcommerce-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mian-ali%2FEcommerce-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mian-ali","download_url":"https://codeload.github.com/mian-ali/Ecommerce-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mian-ali%2FEcommerce-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271362640,"owners_count":24746525,"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":["cart","ecommerce","fullstack-development","mern-stack","mian-ali","mongodb","nodejs","proshop","react"],"created_at":"2024-11-07T10:37:09.855Z","updated_at":"2025-08-20T18:27:03.820Z","avatar_url":"https://github.com/mian-ali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProShop MernStack web Application  `New version soon`\n\n\u003e eCommerce platform built with the MERN stack \u0026 Redux.\n\n## Live Preview Project \n- Production Link Change due to Heroku Free tire closed move Heroku to cyclic.sh\n[Demo Project](https://fancy-scarf.cyclic.app/)\n\n## Features\n\n- Full-featured shopping cart\n- Product reviews and ratings\n- Top products carousel\n- Product pagination\n- Product search feature\n- User profile with orders\n- Admin product management\n- Admin user management\n- Admin Order details page\n- Mark orders as a delivered option\n- Checkout process (shipping, payment method, etc)\n- PayPal / credit card integration\n- Database seeder (products \u0026 users)\n\n## Usage\n\n### ES Modules in Node\n\nWe use ECMAScript Modules in the backend of this project. Ensure you have at least Node v14.6 or higher; otherwise, you will need to add the \"--experimental-modules\" flag.\n\nAlso, when importing a file (not a package), be sure to add .js at the end or you will get a \"module not found\" error\n\nYou can also install and setup Babel if you would like\n\n### Env Variables\n\nCreate a .env file in then root and add the following\n\n```\nNODE_ENV = development\nPORT = 5000\nMONGO_URI = your mongodb uri\nJWT_SECRET = 'abc123'\nPAYPAL_CLIENT_ID = your paypal client id\n```\n\n### Install Dependencies (frontend \u0026 backend)\n\n```\nnpm install\ncd frontend\nnpm install\n```\n\n### Run\n\n```\n# Run frontend (:3000) \u0026 backend (:5000)\nnpm run dev\n\n# Run backend only\nnpm run server\n```\n\n## Build \u0026 Deploy\n\n```\n# Create frontend prod build\ncd frontend\nnpm run build\n```\nThere is a Heroku post-build script, so if you push to Heroku, no need to build manually for deployment to Heroku\n\n### Seed  Database\nYou can use the following commands to seed the database with some sample users and products, as well as destroy all data\n\n```\n# Import data\nnpm run data: import\n\n# Destroy data\nnpm run data: destroy\n```\n\n```\nSample User Logins\n\nadmin@example.com (Admin)\n123456\n\nali@example.com (Customer)\n123456\n```\n[Vist App](https://aliahmadshop.herokuapp.com/register?redirect=/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmian-ali%2Fecommerce-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmian-ali%2Fecommerce-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmian-ali%2Fecommerce-app/lists"}