https://github.com/reakaleek/clean-architecture-example
Clean Architecture
https://github.com/reakaleek/clean-architecture-example
clean-architecture kotlin multi-module-project
Last synced: about 1 year ago
JSON representation
Clean Architecture
- Host: GitHub
- URL: https://github.com/reakaleek/clean-architecture-example
- Owner: reakaleek
- Created: 2019-07-25T21:41:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T21:41:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T23:50:06.319Z (over 1 year ago)
- Topics: clean-architecture, kotlin, multi-module-project
- Language: Kotlin
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean Architecture
## `entities`
contains the enterprise business entities and
the business rules
## `usecases`
contains the application business rules, view models and interfaces
## `presenter`
is responsible for for mapping the models to view models
## `web`
contains the web mvc framework and the orm because they both
are spring implementations, thus they are in the same package