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.
- Host: GitHub
- URL: https://github.com/addytrunks/event_management_system
- Owner: addytrunks
- Created: 2025-04-04T09:38:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T04:33:38.000Z (9 months ago)
- Last Synced: 2025-04-09T19:39:33.584Z (9 months ago)
- Topics: dbms-project, ems, event-management-system, python, streamlit
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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