Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kushalobroy/e-commerce-application-mern

This repository contains the full-stack source code for an e-commerce web application built using the MERN stack. The application allows users to browse products, add them to a cart, and complete purchases. It includes key e-commerce features like user authentication, product management, and order processing.
https://github.com/kushalobroy/e-commerce-application-mern

Last synced: 10 days ago
JSON representation

This repository contains the full-stack source code for an e-commerce web application built using the MERN stack. The application allows users to browse products, add them to a cart, and complete purchases. It includes key e-commerce features like user authentication, product management, and order processing.

Awesome Lists containing this project

README

        

# MERN E-Commerce Application

## Description

This is a full-stack e-commerce application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. The application allows users to browse products, add them to their cart, and proceed to checkout. It features a responsive design and provides a seamless shopping experience.

## Features

- User authentication (sign up, login, logout)
- Product catalog with search and filter functionality
- Shopping cart functionality
- Checkout process
- Admin panel for product management
- Responsive design for mobile and desktop devices

## Technologies Used

- **Frontend**: React.js, Redux, Axios
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Styling**: CSS, Bootstrap (or any CSS framework you choose)

## Getting Started

### Prerequisites

- Node.js and npm installed
- MongoDB installed and running (or a MongoDB Atlas account)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/ecommerce-mern.git

2. Navigate to the project directory:
```bash
cd e-commerce-application-mern