{"id":21809364,"url":"https://github.com/bluebigthink/shop-ecommerce","last_synced_at":"2026-01-02T09:33:44.724Z","repository":{"id":245609912,"uuid":"818744814","full_name":"BlueBigThink/Shop-eCommerce","owner":"BlueBigThink","description":"React Shop E-Commerce","archived":false,"fork":false,"pushed_at":"2024-07-04T05:31:20.000Z","size":1406,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T05:14:07.960Z","etag":null,"topics":["express","javascript","mongodb","react","redux-toolkit","redux-toolkit-query"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/BlueBigThink.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":"2024-06-22T18:28:29.000Z","updated_at":"2024-07-30T23:34:49.000Z","dependencies_parsed_at":"2024-06-23T02:00:38.198Z","dependency_job_id":"e4536eb7-d305-42db-a7b2-2017ba23b40e","html_url":"https://github.com/BlueBigThink/Shop-eCommerce","commit_stats":null,"previous_names":["bluebigthink/shop-ecomerce","bluebigthink/shop-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FShop-eCommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FShop-eCommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FShop-eCommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FShop-eCommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBigThink","download_url":"https://codeload.github.com/BlueBigThink/Shop-eCommerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235665657,"owners_count":19026236,"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":["express","javascript","mongodb","react","redux-toolkit","redux-toolkit-query"],"created_at":"2024-11-27T13:20:45.567Z","updated_at":"2025-10-08T00:31:02.371Z","avatar_url":"https://github.com/BlueBigThink.png","language":"JavaScript","funding_links":["https://developer.paypal.com/"],"categories":[],"sub_categories":[],"readme":"# Shop eCommerce Platform - MERN\n\n\u003e eCommerce platform built with the MERN stack \u0026 Redux.\n\n\u003cimg src=\"./frontend/public/images/screens.png\"\u003e\n\n\n\u003c!-- tocstop --\u003e\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 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- Create a MongoDB database and obtain your `MongoDB URI` - [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/register)\n- Create a PayPal account and obtain your `Client ID` - [PayPal Developer](https://developer.paypal.com/)\n\n### Env Variables\n\nRename the `.env.example` file to `.env` 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\nPAGINATION_LIMIT = 8\n```\n\nChange the JWT_SECRET and PAGINATION_LIMIT to what you want\n\n### Install Dependencies (frontend \u0026 backend)\n\n```\nnpm install\ncd frontend\nnpm install\n```\n\n### Run\n\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```\n\n### Seed Database\n\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@email.com (Admin)\n123456\n\njohn@email.com (Customer)\n123456\n\njane@email.com (Customer)\n123456\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fshop-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebigthink%2Fshop-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fshop-ecommerce/lists"}