There is still a lot to do, but try it out and improve
Run java class ch.wesr.kpay.KpayApplication
- Account UI: http://localhost:8080/index.html
- SWAGGER: http://localhost:8080/swagger-ui.html#
- REST: http://localhost:8080/api/listAccounts
- Kafka running - best run Confluent within docker
- Install Docker
- cd in confluent and run
docker-compose up -d
docker-compose down -v
- or if you run Windows
up.bat
down.bat