Skip to content

Refactor server to hexagonal structure with ports and adapters - #23

Open
jensdev wants to merge 1 commit into
mainfrom
feat/hexagonal-server-ports
Open

Refactor server to hexagonal structure with ports and adapters#23
jensdev wants to merge 1 commit into
mainfrom
feat/hexagonal-server-ports

Conversation

@jensdev

@jensdev jensdev commented Jun 25, 2025

Copy link
Copy Markdown
Owner
  • Introduced CatsServicePort as the inbound port for the cats service.
  • Renamed CatsService to CatsApplicationService, which implements CatsServicePort.
  • Updated CatsApiImpl to depend on CatsServicePort.
  • Adjusted tests and main.ts to reflect the new structure.

- Introduced CatsServicePort as the inbound port for the cats service.
- Renamed CatsService to CatsApplicationService, which implements CatsServicePort.
- Updated CatsApiImpl to depend on CatsServicePort.
- Adjusted tests and main.ts to reflect the new structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant