This is an api that allows you send money from one account to another.
- Clone this repository to have access to the project.
- Open project in your favorite ide and download dependencies.
- Run
mvnw spring-boot:run
to start the project.
http://localhost:8080/account/transfer/ [POST]
http://localhost:8080/account/transactions/ [GET]