Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhrgns/exchangeservice

This is a basic finance service. The service allows users to see rates of specific currency pairs and to calculate the amount of currency exchanges. Also, user can get list of converisons by transaction id.
https://github.com/zhrgns/exchangeservice

exchage exchange-api hibernate java lombok mysql-database restful-api spring-boot

Last synced: 2 days ago
JSON representation

This is a basic finance service. The service allows users to see rates of specific currency pairs and to calculate the amount of currency exchanges. Also, user can get list of converisons by transaction id.

Awesome Lists containing this project

README

        

# Exchange Service

This is a basic finance service. The service allows users to see rates of specific currency pairs and to calculate the amount of currency exchanges. Also, user can get list of converisons by transaction id.

When application runs every time, the currencies model are read with RestTemplate from an URL that provide currencies object and added to the db.

---
## Technologies
* Java 17
* Spring Boot 3.0
* MySQL DB
* Spring Data JPA
* Hibernate
* Lombok
* Restful API
* Intellij IDEA