Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/Assignment-2af50f64ffc981198ffaf8de44c439b2
Set up the project by following the instructions in the learning platform. Run database.sql against your PostgreSQL database and configure your environment variables in src/main/resources/application.yaml.
Write your SQL and Java code to implement the missing JSONB functionality in src/main/java/net/hackyourfuture/hyfshop/product/ProductRepository.java.
Create a FileService class and complete the image upload and delete implementation in src/main/java/net/hackyourfuture/hyfshop/product/ProductService.java.