Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akashshnkr/amazonclone


https://github.com/akashshnkr/amazonclone

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Amazon Clone with Payment Integration (MERN Stack)

This project is a clone of the popular e-commerce platform Amazon, built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It includes payment integration to facilitate seamless transactions.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction

This project aims to replicate the core functionalities of Amazon, including user authentication, product browsing, adding items to the cart, and payment processing. It provides users with a familiar interface for online shopping while also allowing them to make secure payments.

## Features

- User authentication (signup, login, logout)
- Product browsing and search functionality
- Product categories and filters
- Shopping cart management (add items, remove items, update quantities)
- Checkout process with payment integration
- User order history and status tracking

## Technologies Used

- **MongoDB**: A NoSQL database used for storing product, user, and order data.
- **Express.js**: A Node.js framework used for building the backend API.
- **React.js**: A JavaScript library used for building the frontend user interface.
- **Node.js**: A JavaScript runtime used for building the server-side logic.
- **Stripe**: A payment processing platform used for handling secure payments.
- **Bootstrap**: A front-end framework used for styling and layout.
- **Redux**: A predictable state container for managing application state.
- **JWT (JSON Web Tokens)**: Used for user authentication and authorization.
- **bcrypt**: A library used for hashing passwords for security.
- **Axios**: A promise-based HTTP client used for making API requests.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/