Skip to content

Mercateo/ddd-applied

Repository files navigation

Build Status Coverage Status

ddd-applied-demo

Eventsourced DDD example implementation using Spring Boot 2 and Kotlin.

usage

get all accounts

curl http://localhost:8080/accounts

create account

curl http://localhost:8080/accounts -X POST -d '{"holder": {"name": "test"}}' -H 'Content-Type: application/json'

About

eventsourced DDD example implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages