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

Implementation of the Currency Exchange Backend Task - Daniel Vrána #613

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gekocius
Copy link

@Gekocius Gekocius commented Jun 8, 2024

This is an implementation of the Mews Backed Currency Exchange task.

The code is organized in a basic way using different patterns as organization units. The patterns used are Services, Clients and Models.

The application is a console app implemented using .NET Application Host which offers built-in logging, configuration and dependency inejction.

The underlying source for the excahnge rate is the Czech National Bank REST API, which returns the exchange rates in a JSON format making it easier to work with compared to the older CSV-like format.

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