The Societies Management System is a Windows Forms based project developed in C#. It aims to streamline and manage the various aspects of societies within an organization. This project falls under a Software Engineering curriculum and serves as a comprehensive solution for managing membership, events, and other society-related activities.
- Membership Management: Add, update, and delete members.
- Event Management: Schedule, update, and track events.
- Report Generation: Generate various reports on membership and events.
- User Authentication: Secure login system for different user roles.
- Notifications: Send notifications to members about events and updates.
- Windows operating system.
- Visual Studio 2019 or later.
- .NET Framework 4.7.2 or later.
- Clone the repository:
git clone https://github.com/MHuzaifa191/Societies-Management-System.git
- Open the solution file
Societies-Management-System.slnin Visual Studio. - Import the .dacpac file into your Microsoft SQL Server
- Restore the NuGet packages:
NuGet restore
- Build the solution.
- Run the application.
- Launch the application.
- Log in using the provided credentials.
- Navigate through the different modules for managing memberships and events.
- Generate reports as needed.
- Log out after use to secure the application.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.