Skip to content

A bank application written in java for a school project

Notifications You must be signed in to change notification settings

rllko/iBank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBank Banking Application

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.

Installation

System requirements

  • Windows or Linux
  • Java (requires Version 8)

Running the Application

Windows

  1. Download a the Archive
  2. Unzip Archive
  3. 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:

  1. Make sure that you are in the pattern-park folder
  2. Run the following command: java -jar IBank.jar

Compiling the source code

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.

Contributors

Libraries


License ඞ 🦦

This application is licensed under the GNU General Public License, Version 2.

GPLv2


About

A bank application written in java for a school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%