An open API service indexing awesome lists of open source software.

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.

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.
Main_Interface

### Admin Dashboard

- **Sign Up and Login:**
- Administrators can sign up and log in to the admin dashboard.

Admin Login
Admin Dashboard

- **User Management:**
- Add a new user to the database.

Add New User

- View user data.
View User Data 1
View User Data 2

- Show members by club.
Show Members by Club 1
Show Members by Club 2

- Show members by speciality
Show Members by Speciality 1
Show Members by Speciality 2

- Change user passwords.
Change User Passwords

- **User Deletion:**
- Administrators can delete user accounts.

Delete User Account

### User Dashboard

- **Sign Up and Login:**
- New users can sign up, while existing users can log in to access their dashboards.

User Sign Up
User Login

- **User Account Info:**
- Users can view and update their account information.

User Account Info 1
User Account Info 2

- **Club Subscription:**
- Users can see the clubs they are subscribed to.
Club Subscription 1

- Option to subscribe or unsubscribe from clubs.
Club Subscription 2
Club Subscription 3

- **Password Management:**
- Users can change their passwords for added security.
Change Password

- **Delete Account:**
- Users can delete their user account.
Delete User Account
Delete User Account Confirmation