Skip to content

GRADEBOOK application cooperating with the MySQL relational database using the JavaFX platform. This is a copy of the repository, that I contributed, to my own portfolio.

Notifications You must be signed in to change notification settings

MAtt5816/gradebook

 
 

Repository files navigation

Gradebook

Synopsis

The subject of the project is a window application of the "grade book" type cooperating with the MySQL relational database. The project uses the JavaFX platform. The application is intended to be used on a maximum of a few positions in a small organization, e.g. a small school.

Main features

  • User registration and login
  • Add, edit and delete students and grades
  • Passwords are stored in the database in a hashed form
  • The application allows you to export and import data as a backup to an XML file
  • The data in the XML file is encrypted with the Jasypt library
  • You can reset your password

How to run a project?

  1. Before starting the application, create a MySQL database called gradebook with user named root with a blank password.

About

GRADEBOOK application cooperating with the MySQL relational database using the JavaFX platform. This is a copy of the repository, that I contributed, to my own portfolio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%