Skip to content

Exhibit is a Windows Forms application designed to streamline event planning and management. Built with C# and Microsoft SQL Server, it offers a user-friendly interface for administrators, hosts, and guests to coordinate events efficiently.

License

Notifications You must be signed in to change notification settings

tahsinhasib/Exhibit

Repository files navigation

Exhibit (Exhibition Management System)

Introducing Exhibit, the ultimate solution for seamless event planning. Exhibit allows you to easily search for and book a wide range of events, from concerts to conferences and everything in between. With a user-friendly interface and real-time updates, you can browse upcoming events, check availability, and make reservations all in one place. Whether you're planning a night out with friends or a corporate event, Exhibit app has you covered.

How to use

First, make sure SQL Server Management Studio (SSMS) and Microsoft Visual Studio are installed. The database must be extracted using SSMS from the "Database Backup" folder. After that, you must change the Desktop name in the cs files to reflect the name of your desktop or laptop.

For example: con = new SqlConnection("Data Source=DESKTOP-TGP1F01;Initial Catalog=ExhibitDB;Integrated Security=True");

replace "DESKTOP-TGP1F01" with the name of your desktop in specific files

Softwares used:

Exhibit (an event management system)

  • Admin
  • Host
  • Guest

Login Page

  • Different user types can be directed to their own dashboard from the login page.

image

Create Account

  • Verification of real-time username, password, email, and phone. The app checks the database and compares it with the information entered by the user each time to determine if the input is available or unavailable.

image

Reset Password

  • Exhibit allows their users to reset account password if they forget.

image

Admin Dashboard

  • The app's administrator has access to a number of capabilities, including accessing their own information, that of users, adding, removing, and modifying venues, as well as viewing payments and user ratings.

image

Host Dashboard

  • Event hosts can view their profile, plan gatherings based on particular locations. They may also decide on admission costs, the cost of food and refreshments, and the number of attendees.

image

User Dashboard

  • Users can view information about their profiles. They can look for events to attend, rate about their experience.

image

About

Exhibit is a Windows Forms application designed to streamline event planning and management. Built with C# and Microsoft SQL Server, it offers a user-friendly interface for administrators, hosts, and guests to coordinate events efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages