Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MERN Stack Event Booking & Management App 2024
Rating: 4.2 out of 5(26 ratings)
144 students

MERN Stack Event Booking & Management App 2024

Build a full-stack event booking and management app using mern stack
Last updated 6/2024
English

What you'll learn

  • Build a real-time full-stack project with one of the most popular tech stack MERN.
  • Implementing strong and secured multi user authentication system using JWT.
  • Learn how to use the combination of Ant Design and Tailwind CSS to build and style the UI Components
  • Learn how to use state management tools like redux , zustand etc
  • Accept payments using stripe payment gateway integration
  • Learn how to send emails to users using nodemailer

Course content

20 sections75 lectures11h 22m total length
  • Create react app8:35

    Set up the front end of a Mern stack event booking app by creating a new React app with the Wheat library, configuring TypeScript, and preparing the initial UI.

  • Setup Tailwind CSS6:21

    Learn to install and configure Tailwind CSS for a React project, generate tailwind.config.js and postcss.config.js, update src/index.css, restart the dev server, and apply Tailwind utilities to center content.

  • Setup Ant Design9:03
  • Override Ant Design Default Styling11:22

Requirements

  • MERN stack basics

Description

Hello ,

Welcome to the course ,MERN Stack Event Booking App 2024

In this course we are going to build a full-stack event booking and management app . We will be using one of the most powerful MERN Stack in-order to build this project.


Tech Stack Of Our Project

Vite and React for frontend

Node and Express for backend

Mongo DB for database

Firebase for Storage

Zustand for state management

AntDesign for building UI components

Tailwindcss for Styling or customizing UI components


Features Of Our Project


User Authentication and Roles

  1. Implement a secure multi-user authentication system using JWT and bcryptjs for password hashing.

  2. Create two user roles: normal users and administrators.

Event Management (Admin)

  1. Admins can create, edit, and delete events based on organizer requests.

  2. Event forms include event details (name, date/time, location), media support, and multiple ticket types with customizable names, prices, and limits.

  3. Once an event is created, it is listed on the homepage and available for booking by normal users.

Booking and Payments

  1. Normal users can book events by paying online and confirming their slots.

  2. Integrate Stripe payment gateway for secure online payments.

  3. Users can view their bookings, cancel tickets, and request refunds in their profile.

  4. Users can generate reports of their booked tickets.

Admin Features

  1. Admins can view all user bookings, user data, and booking reports.

  2. Admins can block users and promote other users to admin status.

  3. Admin reports provide detailed event analytics, including revenue and tickets sold.

Support

  1. Provide complete source code access and Q&A support for students.

Who this course is for:

  • Students who want to build realtime projects using mern stack