Now, let's take a look at what we will need to do to implement the backend of the board page. In a nutshell, we will need to do the following:
- Create the domain models of the card list, the card, and BoardMember
- Create the application services
- Create the repository implementations
- Create the API handlers in controllers