Simple back-end application using spring boot to send money between accounts.
- Clone project
- Import project into your IDE (Intellij preferably) as a maven project.
- Allow all dependency to be imported, then run the application (app runs on port 8080 and uses H2).
- Run "com.monese.bankit.transaction.rest.TransactionRestControllerTests"