- Using Cryptonator, 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 functionality.Service
implements business logic by manipulating a compositeRepository
Controller
hosts client-accessible End PointsDomain
orModel
are object-representations of our data
- Note: