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

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

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`.