POST /api/v1/albums executes an algorithm that enhances data obtained through an API (2 endpoints: Albums and Photos), subsequently saving them in an in-memory H2 database. GET /api/v1/external/albums ...
The goal was to make a web application that acts as an album. The user will be able to upload any image and categorize it as well. Any image contains information called "Metadata", the application ...