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
- Host: GitHub
- URL: https://github.com/hackyourfuture/backend-assignment-week-5
- Owner: HackYourFuture
- Created: 2026-04-28T14:03:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T14:33:33.000Z (26 days ago)
- Last Synced: 2026-06-01T16:23:12.191Z (26 days ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.