runbook-ddd-kotlin
A sample DDD kotlin microservice
File Explorer
Download Latest Version (.zip)- event_storming.png
- gradle-wrapper.jar
- gradle-wrapper.properties
- RunbookController.kt
- RunbookDto.kt
- TaskDto.kt
- RunbookCommand.kt
- RunbookService.kt
- TaskAssignedHandler.kt
- EmailSender.kt
- Runbook.kt
- RunbookEvent.kt
- RunbookExceptions.kt
- Task.kt
- TaskExceptions.kt
- AggregateRoot.kt
- DomainEvent.kt
- DomainException.kt
- AuthenticationFacade.kt
- RedisConfig.kt
- EmailSenderImpl.kt
- RunbookRepository.kt
- Application.kt
- application.properties
- RunbookServiceIntegrationTest.kt
- RunbookTest.kt
- ApplicationTests.kt
- .gitignore
- .travis.yml
- api_curl_examples.txt
- build.gradle
- gradlew
- gradlew.bat
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/paucls/runbook-ddd-kotlin
Downloads the entire project code from GitHub to your computer.
cd runbook-ddd-kotlin
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
