Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashshnkr/amazonclone
https://github.com/akashshnkr/amazonclone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akashshnkr/amazonclone
- Owner: AkashShnkr
- Created: 2024-05-01T19:11:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T18:16:33.000Z (8 months ago)
- Last Synced: 2024-05-12T19:27:29.832Z (8 months ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/