Go to URL:
https://github.com/digital-delivery-academy/event-sourcing-cqrs-examples
Clone repo:
git@github.com:digital-delivery-academy/event-sourcing-cqrs-examples.git
Get all dependencies and start the application, with this command:
java -jar target/bank-service-1.0-SNAPSHOT.jar server src/environments/development.yml
For the test. Go to the following repo:
https://github.com/adeoke/evoco_challenge
Clone project:
https://github.com/adeoke/evoco_challenge.git
Run the test with command:
mvn -U clean test
Test should cover:
Create a client
Create an account for the client
Make a deposit to the account
Check that you created a millionare!
Thanks.