Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.