Mern Ecommerce screenshot

Mern Ecommerce

Author Avatar Theme by Mohamedsamara
Updated: 31 Aug 2024
1848 Stars

:balloon: Fullstack MERN Ecommerce Application

Categories

Overview

The MERN Ecommerce application is an ecommerce store built using the MERN (MongoDB, Express, React, Node.js) stack and leverages third-party APIs. It provides functionality for buyers to browse store categories, products, and brands, sellers or merchants to manage their brand components, and admins to oversee the entire store.

Features

  • Node: Backend environment for the application
  • Express: Middleware for handling requests and routes
  • Mongoose: Schemas for modeling application data
  • React: UI component display
  • Redux: State management for the application
  • Redux Thunk: Middleware for handling asynchronous Redux actions

Installation

To run the project locally using Docker Compose:

  1. Clone the repository
  2. Update the values for MONGO_URI and JWT_SECRET in the dockercompose.yml file
  3. Start the Docker Compose
  4. Use the seed command to create an admin user in the database

Summary

The MERN Ecommerce application is a comprehensive ecommerce solution that utilizes the MERN stack and integrates third-party APIs. With features for buyers, sellers, and admins, it offers a robust platform for managing online stores. The installation process is straightforward, primarily using Docker Compose for local setup. It showcases the use of key technologies like Node, Express, React, Redux, and Mongoose for a well-rounded ecommerce experience.