An open API service indexing awesome lists of open source software.

https://github.com/hackyourfuture/backend-assignment-week-5

HackYourFuture backend track week 5 assignment files
https://github.com/hackyourfuture/backend-assignment-week-5

Last synced: 5 days ago
JSON representation

HackYourFuture backend track week 5 assignment files

Awesome Lists containing this project

README

          

# Backend week 5 assignment
Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/backend-week-5-assignment

## Implementation Instructions

### Task 1: library DDL
Write your DDL statements to create the tables for the database in the `task-1/schema.sql` file.

### Task 2: Java CRUD
Write your Java code to perform CRUD in the `task-2` folder.