Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zhrgns/exchangeservice
- Owner: zhrgns
- Created: 2023-03-23T20:48:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T22:25:53.000Z (over 1 year ago)
- Last Synced: 2024-11-06T06:41:58.983Z (about 2 months ago)
- Topics: exchage, exchange-api, hibernate, java, lombok, mysql-database, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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