Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Evently: Simplifying Event Planning

This project involves building an event planning application using the MERN stack (MongoDB, Express.js, React, and Node.js). The app includes features such as user authentication, event creation, event management, and real-time notifications. This project provides a comprehensive understanding of full-stack development while enabling participants to create an interactive and efficient event management system.


Mission and Objectives

Goal:

By the end of this project, participants will create a fully functional event management application with real-time features and secure authentication.

Objectives:

  1. Develop a MERN stack application for managing events.
  2. Implement secure authentication using JWT.
  3. Create user-friendly interfaces for event creation, management, and notifications.
  4. Integrate real-time features for event updates and notifications using Socket.io.
  5. Deploy the application to hosting platforms for public access.

Technology Stack

Frontend

  1. React.js

    • Why?: Simplifies UI development with reusable components.
    • Use Cases: Rendering dynamic event management pages, forms, and user interfaces.
  2. Material-UI

    • Why?: Provides pre-designed components for faster development.
    • Use Cases: Styling event cards, buttons, and modal windows.
  3. Redux Toolkit

    • Why?: Efficiently manages global state across the application.
    • Use Cases: Handling application-wide state like user sessions, event details, and notifications.
  4. Axios

    • Why?: Simplifies HTTP requests to the backend.
    • Use Cases: Fetching event data, handling user login, and creating events.

Backend

  1. Node.js

    • Why?: Provides a scalable and efficient backend runtime.
    • Use Cases: Server-side logic and API handling.
  2. Express.js

    • Why?: A lightweight framework for building RESTful APIs.
    • Use Cases: Defining API routes for event data, user authentication, and notifications.
  3. JWT (JSON Web Tokens)

    • Why?: Secure user authentication and session management.
    • Use Cases: Ensuring authenticated routes and user sessions.
  4. Multer

    • Why?: Handles file uploads such as event images and user profile pictures.
    • Use Cases: Enabling image uploads for events and profiles.

Database

  1. MongoDB
    • Why?: A flexible, NoSQL database for managing user and event data.
    • Use Cases: Storing event information, user data, and relationships.

Real-Time Communication

  1. Socket.io
    • Why?: Enables real-time event updates and chat features.
    • Use Cases: Notifications for event status, likes, and real-time communication.

Deployment

  1. Frontend Hosting: Vercel or Netlify

    • Why?: Optimized for React apps with automatic deployment.
    • Use Cases: Hosting the frontend with global CDN and fast performance.
  2. Backend Hosting: Heroku or AWS

    • Why?: Provides a reliable environment for backend services with scalability.
    • Use Cases: Hosting backend APIs and managing environment variables.

Workflow Overview

This section describes the interaction between the frontend (React, Redux Toolkit), backend (Node.js, Express.js), database (MongoDB), and real-time features (Socket.io) for smooth event management and updates.


System Architecture

This section illustrates the high-level architecture of the Event Management Web App, showing how users, the application, and its services interact. image


Project Structure for Feature Implementation

This project is structured to ensure a smooth, step-by-step approach to development, from authentication to event management, with each feature building upon the last.

NOTE: Customizations and feature improvements are encouraged to enhance user experience.


Week-by-Week Learning Plan

Week 1: Project Setup and Basic Authentication


Week 2: Event Creation and Validation


Week 3: Event Management Dashboard


Week 4: Real-Time Features


Week 5: Deployment and Testing


Screenshots for Reference

Screenshot (229) Screenshot (230) Screenshot (231) Screenshot (226) Screenshot (227) Screenshot (228)


References:

  1. MERN Stack Tutorial
  2. React Documentation
  3. Material-UI Documentation
  4. MongoDB Documentation
  5. JWT Documentation
  6. Postman Documentation
  7. Deploying on Heroku
  8. https://www.youtube.com/watch?v=oUYqpjg-AVA
  9. https://github.com/Zeeshu911/MERN_STACK_EVENT_PROJECT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages