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

https://github.com/deltacs99/mern-ecommerce

MERN Ecommerce Shop
https://github.com/deltacs99/mern-ecommerce

expressjs jwt-authentication mongoose nodejs reactjs

Last synced: 3 months ago
JSON representation

MERN Ecommerce Shop

Awesome Lists containing this project

README

          

# YoShop Ecommerce

Welcome to the eCommerce Website project! This open-source project combines a Node.js backend with a dynamic React frontend to create a fully functional eCommerce platform.

![Project Demo](demo.gif)

## Overview

The eCommerce Website project is designed to provide users with a modern and secure online shopping experience. With a user-friendly interface and a range of features, this platform aims to make online shopping enjoyable and hassle-free.

## Features

- **User Authentication**: Users can create accounts, log in securely, and manage their profiles, ensuring a personalized shopping experience.

- **Product Catalog**: Browse through an extensive catalog of products, each accompanied by detailed information, images, and pricing.

- **Shopping Cart**: Easily add or remove items from your shopping cart, view cart contents, and proceed to checkout with just a few clicks.

## Getting Started

To explore the eCommerce website, simply visit the platform at `https://yo-shop.vercel.app` the backend is hosted at `https://yoshop-backend.onrender.com`. You can sign up for a new account or log in if you already have one. Feel free to browse the product catalog, add items to your cart, and complete the purchase process.

## Project Structure

This project follows a structured folder organization:

- `/backend`: Contains the Node.js backend code responsible for handling server-side logic.
- `/frontend`: Houses the React frontend code, delivering a responsive and interactive user interface.