Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurazard/kotlin-bank-account-toy
Showcases a SpringBoot application, organized according to clean architecture, developed with TDD
https://github.com/laurazard/kotlin-bank-account-toy
clean-architecture kotlin spring-boot swagger tdd
Last synced: 22 days ago
JSON representation
Showcases a SpringBoot application, organized according to clean architecture, developed with TDD
- Host: GitHub
- URL: https://github.com/laurazard/kotlin-bank-account-toy
- Owner: laurazard
- Created: 2021-10-19T23:00:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T23:10:49.000Z (over 3 years ago)
- Last Synced: 2024-11-24T20:29:42.933Z (3 months ago)
- Topics: clean-architecture, kotlin, spring-boot, swagger, tdd
- Language: Kotlin
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions for running
Run `./gradlew bootRun` in the root folder of this project to run the spring boot application.
Due to the way gradle tasks work, when the application is running, it will be "stuck" at `EXECUTING`.
However, the application is running, and swagger is available at http://localhost:8080/swagger-ui/ :)Showcases a SpringBoot application, organized according to clean architecture, developed with TDD.