{"id":18431107,"url":"https://github.com/sandesh300/react-ecommerce","last_synced_at":"2025-10-15T11:21:47.290Z","repository":{"id":188748361,"uuid":"671851666","full_name":"sandesh300/React-Ecommerce","owner":"sandesh300","description":"MERN E-Commerce is an innovative online shopping platform built with MongoDB, Express.js, React, Redux Toolkit, Stripe API, and Node.js.","archived":false,"fork":false,"pushed_at":"2024-04-25T06:45:24.000Z","size":2726,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-04T01:02:10.977Z","etag":null,"topics":["express","javascript","jwt-authentication","mern-stack","mongodb","node","nodemailer","react","redux-toolkit","rest-api","stripe-api"],"latest_commit_sha":null,"homepage":"https://mern-ecommerce-bbp5xzvdr-sandesh300.vercel.app","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/sandesh300.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-07-28T09:34:21.000Z","updated_at":"2025-06-14T01:46:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"786351fa-1ee1-44c8-9ee7-12dc0a7c94c7","html_url":"https://github.com/sandesh300/React-Ecommerce","commit_stats":null,"previous_names":["sandesh300/react-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandesh300/React-Ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandesh300%2FReact-Ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandesh300%2FReact-Ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandesh300%2FReact-Ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandesh300%2FReact-Ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandesh300","download_url":"https://codeload.github.com/sandesh300/React-Ecommerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandesh300%2FReact-Ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279076516,"owners_count":26098195,"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-15T02:00:07.814Z","response_time":56,"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":["express","javascript","jwt-authentication","mern-stack","mongodb","node","nodemailer","react","redux-toolkit","rest-api","stripe-api"],"created_at":"2024-11-06T05:23:32.333Z","updated_at":"2025-10-15T11:21:47.242Z","avatar_url":"https://github.com/sandesh300.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN E-Commerce \nMERN E-Commerce is an innovative online shopping platform built using the MERN stack, \nwhich stands for MongoDB, Express.js, React, and Node.js. It's a comprehensive solution \nthat enables businesses to set up and manage their online stores with ease while providing \ncustomers with a seamless shopping experience. \n\n## Features -\n**1. Basic E-Commerce Features:**  \nProduct lists, sorting, product details, cart, and checkout.   \n   \n**2. Secure Card Payments:**   \nImplemented using Stripe for secure transactions.   \n\n**3. Admin Panel:**    \nEnables efficient management of orders and products.   \n\n**4. Data Management:**      \nSorting, filtering, and pagination queries facilitated using Mongoose.   \n\n**5. Authentication:**      \nUtilizes Passport JS strategies for user authentication.   \n\n**6. Email Communication:**      \nSends order and reset password emails using Nodemailer with GMail SMTP.   \n\n**7. User Profile:**       \nAllows users to create profiles and view their order history.   \n\n## Technical Details -\n\n**1. Frontend Stack:**   \nReact 18 with Tailwind CSS.   \n\n**2. State Management:**   \nRedux Toolkit with Async Thunk.   \n\n**3. Routing:**    \nReact Router v6.   \n\n**4. Frontend Testing:**  \nUtilizes JSON-server for front-end testing.   \n\n**5. Backend Stack:**    \nMongoDB for the database.   \nREST API using Express.   \nAuthentication with Passport JS and Passport JWT strategies.    \nMongoDB Atlas for cloud database hosting.\n\n**6. Deployment:**   \nVercel server deployment with straightforward instructions.\n\n**7. Email Configuration:**      \nConfigurable environment variables for SMTP and other settings.\n\n**8. Payments:**   \nSecure payments integrated using Stripe's PaymentIntent-based custom flow.\n\n\n## MongoDB Collections -\n1. Brands\n2. Carts\n3. Categories\n4. Orders\n5. Products\n6. Users\n\n## Getting Started   \n## Installation\n\n1. Install Node.js and npm\n2. Clone the repository\n3. Install dependencies using npm install.\nnpm install\nConfiguration instructions\n\n## Configuration\nYou need to configure the following environment variables:\n* STRIPE_SECRET_KEY\n* MONGODB_URI\n* EMAIL_HOST\n* EMAIL_PORT\n* EMAIL_USER\n* EMAIL_PASSWORD\n\n## Testing\nTo run the tests, run the following command:   \nnpm test\n\n## Deployment\nThe backend can be deployed to Vercel by following these instructions:\n1. Create a Vercel account\n2. Create a new project\n3. Select the \"Github\" integration\n4. Enter the repository URL\n5. Click the \"Deploy\" button\n\n## Video\nhttps://github.com/sandesh300/mern-ecommerce/assets/92014891/1cd7829f-b49e-4aeb-bdbb-fea41ce290eb\n\n## Screenshots\n![Screenshot (1036)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/e12604c2-134c-483b-8731-7b90b52c5910)\n![image](https://github.com/sandesh300/React-Ecommerce/assets/92014891/aa4422a1-0524-4017-882d-956c15090886) \n![Screenshot (1076)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/145394cd-2179-4d27-8b06-50794190b02c)\n![Screenshot (1077)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/e7f957cc-a8f3-40f3-98b2-66ef763425e4)\n![Screenshot (1![Screenshot (1078)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/732b00b8-fd71-474c-81ec-9611d6edf928)\n![Screenshot (1079)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/64c4f098-cad7-42c9-8b4c-3342fc7c095c)\n![Screenshot (1081)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/03c84db5-f9ec-496c-89d5-c59754fe255f)\n![Screenshot (1082)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/e73348f7-aeed-4352-8187-418e6883422c)\n![Screenshot (1083)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/74d90c8b-bb68-4f7f-8796-942c2ad12764)\n![Screenshot (1084)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/32c8d3da-5b75-47cd-b6ad-5f4f3e12f243)\n![Screenshot (1085)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/2d028db3-f0d2-49dd-945c-065aac0a4d41)\n![Screenshot (1086)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/24a131f5-fb9c-4973-94ac-0c00f3fd4c6f)\n![Screenshot (1088)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/5bc3eb45-c8e5-4982-96c8-f54b6de9958e)\n![Screenshot (1087)](https://github.com/sandesh300/React-Ecommerce/assets/92014891/962b252e-aa6f-4107-9217-41db526eaf70)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandesh300%2Freact-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandesh300%2Freact-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandesh300%2Freact-ecommerce/lists"}