Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/backend-week-3-assignment
Implement your classes and enums in the task-1 folder.
Implement your code and tests in the task-2 folder.
- Install the dependencies with
mvn install - Run the tests with
mvn test.