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/prepare
for prepare transfer -
Use POST method
http://localhost:8080/transfer/register
for make transfer
Type to run server
./mvnw test