https://github.com/zipcodecore/spring-cryptocurrencyexchangerates
https://github.com/zipcodecore/spring-cryptocurrencyexchangerates
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/spring-cryptocurrencyexchangerates
- Owner: ZipCodeCore
- Created: 2018-01-22T21:31:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T07:47:53.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T21:15:31.596Z (8 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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