MERN Ecommerce

screenshot of MERN Ecommerce
express
react

Ecommerce website has full CRUD operations of products, categories ...etc , authentication & authorization , img uploading, stripe or cash payment and much more.

Overview

The MERN-Ecommerce is a full-stack e-commerce website that allows users to perform CRUD operations on products, categories, orders, and users. It also includes authentication and authorization features, image uploading, payment options with Stripe, and more. The technology stack used includes React, Redux Toolkit, Reactstrap, Styled Components, Formik, Yup, Node, Express, MongoDB, Mongoose, JsonWebToken, Express Validator, and more.

Features

  • Good folder structure
  • Reusable components
  • State management with Redux Toolkit
  • Form validation with Formik and Yup
  • Admin dashboard to handle various resources such as products, orders, and users
  • Server validation with express-validator
  • Image uploading with Multer and Sharp
  • Payment options with Stripe or cash on delivery
  • JWT authentication and authorization

Summary

The MERN-Ecommerce is a comprehensive e-commerce website that offers a range of features such as CRUD operations, authentication and authorization, image uploading, and payment options. It utilizes popular libraries and frameworks such as React, Redux Toolkit, Node, Express, and MongoDB. With its well-organized folder structure and reusable components, it provides a convenient solution for building e-commerce applications.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

ecommerce
Ecommerce

Ecommerce websites sell products or services to customers through an online storefront. These websites typically include features such as product listings, shopping carts, payment processing, and order management tools.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.