https://currency-converting-manager.herokuapp.com
Currency converting application which uses third party currency converter API (https://openexchangerates.org). Application provides registration/login functionality and a main screen to get current exchange rates. After the successful login application shows the last 5 queries of logged user.
Technologies
- Spring Boot, Spring Security, Spring Data, Mapstruct, Swagger
- H2 in memory database
- Maven as build tool
Building the App
-
Build
mvn clean install -
Start application
mvn clean spring-boot:run -
Go to
http://localhost:8080