The Liczy-Grosz is a desktop application for a home budget management. The project has been created within the Object Oriented Programming Technologies classes held at the AGH University of Science and Technology, Cracow.
It is necessary to have a Java 1.8
distribution installed (or an equivalent one with the JavaFX
library configured).
- Create a MySQL database named
to2
and a default user with theroot
name and the blank password. - Run a
to2project(root) -> package
Maven goal. - An executable
*.jar
file is located under:app/target/to2project.app-1.0.jar
. - Run the aforementioned archive by typing:
java -jar to2project.app-1.0.jar
.
An alternative way:
- Create a MySQL database named
to2
and a default user with theroot
name and the blank password. - Run the application in your IDE by choosing the
pl.edu.agh.iisg.to.to2project.app.core.ApplicationMain
class.