https://github.com/hackyourfuture/backend-assignment-week-3
HackYourFuture backend track week 3 assignment files
https://github.com/hackyourfuture/backend-assignment-week-3
Last synced: 5 days ago
JSON representation
HackYourFuture backend track week 3 assignment files
- Host: GitHub
- URL: https://github.com/hackyourfuture/backend-assignment-week-3
- Owner: HackYourFuture
- Created: 2026-04-28T14:02:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T23:18:36.000Z (about 1 month ago)
- Last Synced: 2026-05-19T01:38:02.586Z (about 1 month ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend week 3 assignment
Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/backend-week-3-assignment
## Implementation Instructions
### Task 1
Implement your classes and enums in the `task-1` folder.
### Task 2
Implement your code and tests in the `task-2` folder.
- Install the dependencies with `mvn install`
- Run the tests with `mvn test`.