Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ The service strives to follow the clean architecture approach

![clean architecture diagram](docs/clean_architecture.png)

(source: https://medium.com/swlh/clean-architecture-a-little-introduction-be3eac94c5d1)
(source: https://dev.to/joaosczip/clean-architecture-a-little-introduction-4ag6)

All API endpoints are located in `com.personio.reminders.api` package. The OpeanAPI documentation for the API is available in [openapi.yaml](openapi.yaml).
All API endpoints are located in `com.personio.reminders.api` package. The OpenAPI documentation for the API is available in [openapi.yaml](openapi.yaml).

Interfacing with external systems is limited to `com.personio.reminders.infrastructure` package.
Use cases contain the application logic and depend only on domain entities.
Expand Down