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
- (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