The Fitness World Management System is a Java-based desktop application designed to help gym members and administrators manage fitness-related activities. Members can view their personal information, enroll in courses, and track their progress, while administrators can manage member accounts, courses, and payments.
- 👤 Personal Information: View and update personal details.
- 🎯 Course Enrollment: Enroll in fitness programs.
- 💳 Payment Management: Make payments for enrolled courses.
- 📈 Progress Tracking: Track fitness progress.
- Java: Main programming language.
- JavaFX: For building the graphical user interface (GUI).
- JDBC: For managing database interactions.
- CSS: For styling JavaFX components.
- FXML: For defining the UI structure.
- Maven: For dependency and build management.
To run this project, you need the following:
- Java Development Kit (JDK) 11 or higher (Java 21 is configured in the project).
- JavaFX SDK (if not included with JDK).
- Database: MySQL.
Maven handles the required dependencies. Key dependencies are:
- JavaFX: For UI elements like
javafx-controls
andjavafx-fxml
. - JDBC Driver: For database connectivity (MySQL Connector).
Dependencies are listed in pom.xml
.
- Clone the Repository:
git clone https://github.com/your-username/fitness-world.git cd fitness-world