Bank Application

Welcome to the Bank Application project!

Description

This is a Spring Boot application for managing bank operations such as creating accounts, checking balances, transferring funds, and more.

Usage

To use the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Ensure you have Java 17 and Maven installed.
  3. Navigate to the project directory.
  4. Run the following command to update dependencies and build the application:
    mvn clean install -U
  5. Open your web browser and visit http://localhost:8080/index.html to access the application.

Technologies Used

  • Java
  • Spring Boot
  • Hibernate
  • Maven
  • H2 Database (In-memory)
  • HTML (frontend)

bank-application.png