Skip to content

edvanioFC/bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP II - Bank Project

This is a Java project that implements a simple banking system.

Features

  • Comparison of BankAccount objects based on their account number.
  • Comparison of Holder objects based on thier clientId.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and running purposes.

Prerequisites

  • Java 17
  • Maven

Installing

  1. Clone the repository
git clone https://github.com/edvanioFC/bank.git
  1. Navigate into the cloned repository
cd bank
  1. Build the project with Maven
mvn clean install 

ou

mvn clean package
  1. Run the project
java -jar target/bank-1.0-SNAPSHOT.jar
  1. Generating Javadoc
mvn javadoc:javadoc
  1. Open the index.html file in the target/site/apidocs folder to view the generated Javadoc.

Built With

  • Java
  • Maven

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A simple bank system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages