Job exercise qualification
Spring Boot Application with swagger H2 DB and Rest Controller Consists of 2 APIS
-UserList(UserId, Name, AccountList)
-AccountList(AccountId, AccountName, AccountCurrency)
Can add new users, new accounts, as well as (adding more)
Con consult specific items by Id
Has pre existing list values for testing
Made by Ricardo López Rosales.