Here is a simple application for money transfers between accounts.
To run this project, import all Maven dependencies and run com.revolut.digitalbank.Application.java.
Check the class ControllerTest.java to see how this application works and all the business logic implemented.
Technologies I used:
- Gson
- Java 8
- Lombok
- JAX-RS
- JUnit 4.12
- Grizzly: a lightweight framework to build scalable applications in Java;