Client management system
This project when finished will have login/registration window and data connected with specific user session. User can then see dashboard with clients list, calendar of events and task list.
Messages section can fetch emails from gmail account (after enabling access) and display only those that match the email contacts from client database.
Client table displayed complete client data and allows data operations like deleting, editing and filtering clients through binded search box.
Adding new client section is simple form, which will contain data validation and save option.
Project is created with:
- Java 11.0.13
- JavaFX 11.0.2
- SceneBuilder 17
- MySQL 8.0.27
- Hibernate 5.6.3.Final
- JUnit Jupiter 5.8.2