HOME > Development > MERN Stack Refurbished Goods Marketplace App

MERN Stack Refurbished Goods Marketplace App

  • Development
  • Mar 30, 2025
SynopsisMERN Stack Refurbished Goods Marketplace App, available at $6...
MERN Stack Refurbished Goods Marketplace App  No.1

MERN Stack Refurbished Goods Marketplace App, available at $69.99, has an average rating of 4.25, with 54 lectures, based on 20 reviews, and has 168 subscribers.

You will learn about In this course, we will cover a range of topics, including working with Tailwind CSS and AntD parallelly for styling purposes, implementing Redux and Redux Tool We will also cover how to create separate user interfaces for sellers, buyers, and admins. The admin will have access to the entire application, while the selle We will also cover how to handle multiple image uploads using Cloudinary, Multer, and Node JS. Buyers can see the available products in the portal, filter the p Throughout the course, we will provide 24/7 QA support and code access to help you along the way. We will also cover how to implement trigger notifications func This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform This course is ideal for individuals who are This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform with complex MongoDB queries and different user interfaces for sellers, buyers, and admins. By the end of this course, you will have the skills and knowledge needed to create a fully functional refurbished goods selling platform with real-time notifications and access controls. It is particularly useful for This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform with complex MongoDB queries and different user interfaces for sellers, buyers, and admins. By the end of this course, you will have the skills and knowledge needed to create a fully functional refurbished goods selling platform with real-time notifications and access controls.

Enroll now: MERN Stack Refurbished Goods Marketplace App

Summary

Title: MERN Stack Refurbished Goods Marketplace App

Price: $69.99

Average Rating: 4.25

Number of Lectures: 54

Number of Published Lectures: 54

Number of Curriculum Items: 54

Number of Published Curriculum Objects: 54

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • In this course, we will cover a range of topics, including working with Tailwind CSS and AntD parallelly for styling purposes, implementing Redux and Redux Tool
  • We will also cover how to create separate user interfaces for sellers, buyers, and admins. The admin will have access to the entire application, while the selle
  • We will also cover how to handle multiple image uploads using Cloudinary, Multer, and Node JS. Buyers can see the available products in the portal, filter the p
  • Throughout the course, we will provide 24/7 QA support and code access to help you along the way. We will also cover how to implement trigger notifications func
  • This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform
  • Who Should Attend

  • This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform with complex MongoDB queries and different user interfaces for sellers, buyers, and admins. By the end of this course, you will have the skills and knowledge needed to create a fully functional refurbished goods selling platform with real-time notifications and access controls.
  • Target Audiences

  • This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods selling platform with complex MongoDB queries and different user interfaces for sellers, buyers, and admins. By the end of this course, you will have the skills and knowledge needed to create a fully functional refurbished goods selling platform with real-time notifications and access controls.
  • Hello and welcome to the course on building a refurbished goods selling platform using the MERN stack!

    In this course, we will cover a range of topics, including working with Tailwind CSS and AntD parallelly for styling purposes, implementing Redux and Redux Toolkit for state management, and integrating React, Node, MongoDB, and Cloudinary.

    We will also cover how to create separate user interfaces for sellers, buyers, and admins. The admin will have access to the entire application, while the seller will have access to their own products and bids. Every product must be reviewed and approved by the admin to sell on the platform.

    We will also cover how to handle multiple image uploads using Cloudinary, Multer, and Node JS. Buyers can see the available products in the portal, filter the products, place bids, and use the bids/quotes functionality for the products.

    Throughout the course, we will provide 24/7 QA support and code access to help you along the way. We will also cover how to implement trigger notifications functionality for all the actions in the application.

    This course is suitable for developers who have some experience working with the MERN stack and want to learn how to build a refurbished goods-selling platform with complex MongoDB queries and different user interfaces for sellers, buyers, and admins. By the end of this course, you will have the skills and knowledge needed to create a fully functional refurbished goods-selling platform with real-time notifications and access controls.

    What is MERN Stack?

    MERN Stack is a collection of powerful technologies and robust, used to develop scalable master web applications comprising backend, front-end, and database components. It is JavaScript that is used for the faster and easier development of full-stack web applications. MERN Stack is a technology that is a user-friendly full-stack JavaScript framework for building applications and dynamic websites.

    MERN Stack consists of four main components or can say four main technologies:

    1. M stands for MongoDB ( Database ), mainly used for preparing document databases and is a NoSQL (Non-Structured Query Language ) Database System

    2. E stands for Express, mainly used for developing Node.js web framework

    3. R stands for React, mainly used for developing a client-side JavaScript framework

    4. N stands for js, mainly used for developing the premier JavaScript web server

    Each of these four technologies plays an important role in providing an end-to-end framework for the developers. Even these four technologies play an important role in the development process of web applications.

    Before MERN stack, it was earlier named as MEAN stack, MERN Stack is one of the variations of MEAN, here MEAN is also comprises of four components or say four different technologies, i.e., M is for MongoDB, ‘ E ‘ is for Express, ‘ A ‘ is for Angular.js, and ‘ N ‘ is for Node, here if you will observe, then you can identify that in MEAN, ‘ A ‘, i.e., Angular.js is replaced by ‘ R ‘, i.e., React.js in MERN, the main reason behind is – MERN Stack is mainly used for faster development of smaller applications as compared with MEAN, MEAN stack is a mainly better option for large-scale applications. Still, it takes more time for the development of smaller applications. They also both have different structures comparatively.

    Course Curriculum

    Chapter 1: Project Demo

    Lecture 1: Free Project Demo / Github

    Chapter 2: Introduction

    Lecture 1: React App

    Lecture 2: Antd

    Lecture 3: Tailwind CSS

    Lecture 4: Folder Structure

    Chapter 3: Register – Login In UI

    Lecture 1: Register Page

    Lecture 2: Login Page

    Chapter 4: Backend Setup

    Lecture 1: Node Server Setup

    Lecture 2: Mongo Setup

    Chapter 5: Login Register – Backend

    Lecture 1: User Model

    Lecture 2: Register API

    Lecture 3: Login API

    Chapter 6: Authentication

    Lecture 1: Registration

    Lecture 2: Login

    Chapter 7: Authorization

    Lecture 1: Middlewares

    Lecture 2: Protected Routes

    Chapter 8: Layout

    Lecture 1: Default Layout

    Chapter 9: Redux Setup

    Lecture 1: Create Store

    Lecture 2: Show and Hide Loaders

    Lecture 3: User in Redux

    Chapter 10: Add Product – UI

    Lecture 1: Profile Page

    Lecture 2: Product Form

    Chapter 11: Add Product Backend

    Lecture 1: Product APIs

    Lecture 2: Product API Integration

    Chapter 12: Show , Edit , Delete Products

    Lecture 1: Products Table

    Lecture 2: Edit Product

    Lecture 3: Delete Product

    Chapter 13: Upload Images

    Lecture 1: Images Upload – UI

    Lecture 2: Images Upload Backend / Cloudinary

    Lecture 3: Integration

    Chapter 14: Admin panel

    Lecture 1: Admin Screen

    Lecture 2: Products List

    Lecture 3: Product Status Update

    Lecture 4: Users List

    Lecture 5: Users Status Update

    Chapter 15: Delete Image – (Missed Requirement)

    Lecture 1: Delete Image

    Chapter 16: Products Display

    Lecture 1: Home Page

    Lecture 2: Product Info- 1

    Lecture 3: Product Info – 2

    Chapter 17: Bids

    Lecture 1: Place A Bid – UI

    Lecture 2: Bids API

    Lecture 3: Show Bids On Seller Side

    Lecture 4: Show Bids On Product Info

    Chapter 18: Filters

    Lecture 1: Filters UI

    Lecture 2: Category Filters

    Lecture 3: Ages Filters

    Chapter 19: Notifications

    Lecture 1: Notifications APIS

    Lecture 2: Notifications Count

    Lecture 3: Trigger Notifications

    Lecture 4: Show Notifications

    Chapter 20: Bug Fixes

    Lecture 1: Bugs

    Lecture 2: Notifications to Admin

    Lecture 3: User Bids and Details

    Chapter 21: Deployment

    Lecture 1: Deploy to Render

    Instructors

  • MERN Stack Refurbished Goods Marketplace App  No.2
    K.Sathyaprakash Reddy
    Full Stack Developer
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 1 votes
  • 4 stars: 8 votes
  • 5 stars: 10 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!