Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 721 Bytes

File metadata and controls

9 lines (9 loc) · 721 Bytes

Cryptocurrencies exchange rates API

  • 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 composite Repository
      • Controller hosts client-accessible End Points
      • Domain or Model are object-representations of our data