Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 668 Bytes

Bank Account App

Project where I created a web app that allows the User to register a username and password. The new user has a Savings and Checking account created by default. The user can edit the name of or delete their existing accounts as well as open new accounts. The user can also update personal information such as:

  • Username
  • Password
  • Full Name
  • Address

Technologies

  • (Client-side / Frontend): Thymeleaf / HTML, CSS and JavaScript
  • (Server-side / Backend): Java, Spring MVC
  • (Database): Hibernate ORM to manage all CRUD operations with the MySQL database