The IBank is an application that simulates all the basic functionalities of a bank application.
This project is mainly in portuguese but you can also find the english version in a separate branch.
It is fully designed and written by students and mainly written in Java.
- Windows or Linux
- Java (requires Version 8)
- Download a the Archive
- Unzip Archive
- Run the Executable (ibank_employee.jar or client_ibank.jar)
If the Executable does not start properly you can try to run the .jar
file directly:
- Make sure that you are in the
pattern-park
folder - Run the following command:
java -jar IBank.jar
Compiling the source code requires:
To compile the project execute the following command:
mvn clean compile
After being compiled the Application can be run by starting the Start.java
class.
- University Aveiro:
-
course group "IBank" winter 2024
-
-
This application is licensed under the GNU General Public License, Version 2.