Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 427 Bytes

ExchangeRates

##Service

  1. Open ExchangeRatesService/ExchangeRates.sln
  2. Run IISExpress or ExchangeRatesSerivce
  3. Browser will open with Swagger UI
  4. Click "Try me" and enter Amount, From and To

##Client

  1. Open ExchangeRatesClient/ExchangeRatesClient.sln
  2. Right Click on the Solution and select "Restore NuGet packages"
  3. Run/Debug ExchangeRatesApp

##ClientTests

  1. Test -> Run All Tests