Welcome to the Bank Application project!
This is a Spring Boot application for managing bank operations such as creating accounts, checking balances, transferring funds, and more.
To use the application, follow these steps:
- Clone the repository to your local machine.
- Ensure you have Java 17 and Maven installed.
- Navigate to the project directory.
- Run the following command to update dependencies and build the application:
mvn clean install -U
- Open your web browser and visit http://localhost:8080/index.html to access the application.
- Java
- Spring Boot
- Hibernate
- Maven
- H2 Database (In-memory)
- HTML (frontend)