Skip to content

HackYourAssignment/c55-backend-week-9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Track – Week 9 Assignment: HYF Shop

Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/Assignment-2af50f64ffc981198ffaf8de44c439b2

Implementation Instructions

Task 1: Project Setup

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.

Task 2: JSONB Queries

Write your SQL and Java code to implement the missing JSONB functionality in src/main/java/net/hackyourfuture/hyfshop/product/ProductRepository.java.

Task 3: Image Upload

Create a FileService class and complete the image upload and delete implementation in src/main/java/net/hackyourfuture/hyfshop/product/ProductService.java.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors