Java Desktop application designed in JavaFx that supports crud operations and does a database connection to mysql.
The user is able to login using a username and a password that are stored in a mysql database. The user is verified and if the credentials are not found. Then the user is shown an error message, telling him to enter the right credentials else he could register and create a new account.
The user can enter a username and a password that are hashed and stored in a mysql database. And then he is routed to the login screen so that he could enter, the latest login credentials. After which he is routed to the home screen.
The user can create a new Coder by entering a coder id, a year and the relevant fields which are displayed in a table. Also Delete, Update, clear functions can be also initiated by the user. Thanks!