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.
- π 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.
- Clone the repository:
git clone https://github.com/addytrunks/event_management_system.git cd event_management_system
- Install dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
- Frontend: Streamlit
- Backend: MySQL + Python (PyMySQL)
- Authentication: Session-based login