Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

Spring boot Reactive API using Kotlin

Build Lint

  • Uses mongodb as database
    • REST api for CRUD operations on a Fx Rate Conversions
      • GET /conversions/{id}
      • GET /conversions
      • POST /conversions Request Body:
        {
            "fromCurrency" : "EUR",
            "toCurrency":"USD",
            "amount" : 1000
         }