These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following software installed on your machine:
Clone the repository to your local machine using the following command:
git clone https://github.com/fjbaldon/BankSys.gitNavigate to the project directory and build it using Maven:
cd BankSys
mvn clean packageRun the application using the generated JAR file:
java -jar target/BankSys-1.0-SNAPSHOT.jarThis project is licensed under the GNU GPLv3 - see the LICENSE file for details.