Simple Application for Money Transfer between user accounts
-
Type to run web-server on 8080
./mvnw spring-boot:run -
Use GET method
http://localhost:8080/transfer/preparefor prepare transfer -
Use POST method
http://localhost:8080/transfer/registerfor make transfer
Type to run server
./mvnw test