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

https://github.com/zipcodecore/spring-cryptocurrencyexchangerates


https://github.com/zipcodecore/spring-cryptocurrencyexchangerates

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cryptocurrencies exchange rates API
* Using [Cryptonator](https://www.cryptonator.com/api/), create a REST resource which displays information about the specified crypto currency.
* The information should be updated every 5 minutes.
* Ensure that your project architecture is as clean as possible
* **Note:**
* `Repository` implements [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) functionality.
* `Service` implements business logic by manipulating a composite `Repository`
* `Controller` hosts client-accessible [End Points](https://stackoverflow.com/questions/10799198/what-are-rest-resources)
* `Domain` or `Model` are object-representations of our data