/basic-bank-account-simulation-java

A basic bank account simulator using Java

Primary LanguageJava

Basic Bank Account Simulation

This is a simple bank account simulation program that allows the user to create a bank account, deposit money, withdraw money, and check the balance of the account. The program is written in Java using Maven as the build tool.

Getting Started

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

Prerequisites

You will need to have the following installed on your machine:

  • Java 8
  • Maven
  • Git
  • An IDE of your choice (IntelliJ IDEA, Eclipse, etc.)

Installing

To get a copy of the project up and running on your local machine, clone the repository using the following command:

git clone jonesjacklewis/basic-bank-account-simulation-java

Navigate to the project directory:

cd basic-bank-account-simulation-java

Compile the project using Maven:

mvn compile

Run the project using Maven:

mvn exec:java -Dexec.mainClass="com.jackljones.www.basicBankAccountSimulator.App"