Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 613 Bytes

Simple Banking Application

Version

❕ A simple banking application made in Spring Boot

The goal of the project is to design and implement a simple banking application in Spring Boot where the requests issued by the user, such as open account, withdraw money, deposit, transfer money between accounts and balance request is handled by the backend accordingly.

Technologies used:

  • Spring Boot
  • Lombok
  • Persistence: Spring Data JPA / Hibernate in conjunction with H2