Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend task - Yury #682

Closed
wants to merge 41 commits into from
Closed

Backend task - Yury #682

wants to merge 41 commits into from

Conversation

btwotwo
Copy link

@btwotwo btwotwo commented Jan 28, 2025

Project Descriptions

  • ExchangeRateUpdater: The main library, designed to be pluggable into existing APIs. It includes its own README.
  • ExchangeRateUpdater.Tests: A unit test project using XUnit and FluentAssertions as testing utilities.
  • ExchangeRateUpdater.Api: An example API. Run it with dotnet run, then go to http://localhost:5001/swagger to access the Swagger UI. You can call the load-rates endpoint with the example request:
{
  "targetCurrency": "CZK",
  "sourceCurrencies": [
    "USD",
    "EUR",
    "XYZ",
    "JPY"
  ]
}

@btwotwo btwotwo closed this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant