https://github.com/codewithashafak/magnb-ecommerce_stripe
https://github.com/codewithashafak/magnb-ecommerce_stripe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithashafak/magnb-ecommerce_stripe
- Owner: CodeWithAshafak
- Created: 2025-03-11T11:19:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-11T11:31:18.000Z (over 1 year ago)
- Last Synced: 2026-01-03T14:24:55.284Z (6 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digito :- E-Commerce Website
A fully functional eCommerce website built with the MERN stack (MongoDB, Express.js, React, Node.js) that includes the following features:
- **Add to Cart**: Using Redux Toolkit to manage cart state (add, remove, and update item quantities).
- **Stripe Payment Integration**: Secure and seamless checkout process.
- **MongoDB**: Database for storing user information, orders, and product details.
## Features
- **Product Listing**: Display of products with detailed descriptions and prices.
- **Cart Management**: Users can add, remove, and adjust item quantities.
- **Order Management**: Orders are processed and saved to the database, including user email, item details, and order status.
- **Payment Gateway**: Stripe is used for handling secure payments.
## Technologies Used
- **Frontend**:
- React
- Redux Toolkit (for state management)
- React Router (for routing)
- Axios (for API requests)
- **Backend**:
- Node.js
- Express.js
- Stripe API (for payments)
- MongoDB (for storing user and order data)