An open API service indexing awesome lists of open source software.

https://github.com/codewithashafak/magnb-ecommerce_stripe


https://github.com/codewithashafak/magnb-ecommerce_stripe

Last synced: 2 months ago
JSON representation

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)