Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kushalobroy/e-commerce-application-mern
- Owner: Kushalobroy
- License: gpl-3.0
- Created: 2024-06-25T10:53:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T07:36:42.000Z (4 months ago)
- Last Synced: 2024-11-05T23:27:34.491Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git2. Navigate to the project directory:
```bash
cd e-commerce-application-mern