https://github.com/firaskahlaoui/java-project-ds
Java-based application that allows both administrators and users to efficiently manage club memberships and user accounts.
https://github.com/firaskahlaoui/java-project-ds
interface-builder java management-system mysql
Last synced: about 1 month ago
JSON representation
Java-based application that allows both administrators and users to efficiently manage club memberships and user accounts.
- Host: GitHub
- URL: https://github.com/firaskahlaoui/java-project-ds
- Owner: FirasKahlaoui
- Created: 2023-12-19T15:09:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T16:54:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T09:04:55.621Z (4 months ago)
- Topics: interface-builder, java, management-system, mysql
- Language: Java
- Homepage:
- Size: 2.48 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Club Managing System
The Club Management System is a Java-based application that allows both administrators and users to efficiently manage club memberships and user accounts.
![]()
### Admin Dashboard- **Sign Up and Login:**
- Administrators can sign up and log in to the admin dashboard.
![]()
- **User Management:**
- Add a new user to the database.
- View user data.
![]()
- Show members by club.
![]()
- Show members by speciality
![]()
- Change user passwords.
- **User Deletion:**
- Administrators can delete user accounts.
### User Dashboard
- **Sign Up and Login:**
- New users can sign up, while existing users can log in to access their dashboards.
![]()
- **User Account Info:**
- Users can view and update their account information.
![]()
- **Club Subscription:**
- Users can see the clubs they are subscribed to.
- Option to subscribe or unsubscribe from clubs.
![]()
- **Password Management:**
- Users can change their passwords for added security.- **Delete Account:**
- Users can delete their user account.
![]()