Project Description
Creating an internal API endpoint that calls an external API whenever a client request is made. Also making the client and communicating with query Database to eliminate unnecessary calls.
Takeaway
Scala is a very powerful lannguage but needlesly complicated for this application. It is interesting how a simple concept like API calls can become so complex when implemented in Scala. However I really like the way it is structured, and hope to learn more about it in the future.