Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A full-featured web application for creating, managing, and attending events.

Notifications You must be signed in to change notification settings

shifat97/event-management-system

Repository files navigation

🎉 Event Management System

A dynamic and responsive web application for managing events efficiently. Users can create, view, update, delete, and register for events, while admins can monitor and control the entire event lifecycle via a powerful dashboard.

Event Management System


✨ Features

🧑‍💻 User Functionalities

  • Create Events – Easily create new events with relevant details.
  • View Events – Browse through all available events.
  • Filter Events – Filter events by category and date.
  • Search Events – Full-text search support by event name or location.
  • Register for Events – Users can register for multiple events with real-time validation and status updates.

🛠️ Admin Capabilities

  • Dashboard Overview – View today’s, upcoming, and past events with a total count.
  • Manage Registrations – View, update, or delete registered users.
  • Event Control – Update or delete events from the admin panel.

💻 UI/UX

  • Fully responsive, user-friendly interface.
  • Developed using modern web technologies and design best practices.

🖼️ Screenshots

Dashboard Event List Event Details
Create Event Update Event Registration Form
View Participant

🚀 Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, Django
  • Database: PostgreSQL

🛠️ Getting Started

Prerequisites

  • Python installed
  • PostgreSQL set up
  • Virtualenv or relevant package manager

Installation

git clone https://github.com/your-username/event-management-system.git
cd event-management-system
# Set up virtual environment
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Set up the database and environment variables
python manage.py migrate
python manage.py runserver

About

A full-featured web application for creating, managing, and attending events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published