An open API service indexing awesome lists of open source software.

https://github.com/addytrunks/event_management_system

A Streamlit-based event venue management system that allows organizers to add, manage, and update their halls with features like price negotiation, booking management, and authentication.
https://github.com/addytrunks/event_management_system

dbms-project ems event-management-system python streamlit

Last synced: 6 months ago
JSON representation

A Streamlit-based event venue management system that allows organizers to add, manage, and update their halls with features like price negotiation, booking management, and authentication.

Awesome Lists containing this project

README

          

# Event Venue Management System 🏛️

A **Streamlit-based web app** that enables **event organizers** to add, manage, and update their venues. The platform provides **CRUD operations**, **authentication**, and **real-time booking management** for better venue coordination.

## 🚀 Features
- 🔐 **User Authentication** – Organizers and customers have separate logins.
- 🏛️ **Manage Venues** – Add, edit, and delete venue listings.
- 💰 **Price & Capacity** – Define event space details.
- 📅 **Booking System** – Users can browse and book available venues.
- 🔄 **Real-time Updates** – Manage bookings and availability efficiently.

## 📌 Installation
1. Clone the repository:
```sh
git clone https://github.com/addytrunks/event_management_system.git
cd event_management_system
```
2. Install dependencies:
```sh
pip install -r requirements.txt
```
3. Run the application:
```sh
streamlit run app.py
```

## 🛠️ Tech Stack
- **Frontend:** Streamlit
- **Backend:** MySQL + Python (PyMySQL)
- **Authentication:** Session-based login