An application to download exchange rate data from the NBP, display it on the website and save it in the database.
- Clone this repository.
- Run with docker-compose.
- File docker-compose.dev.yml can be used to override default docker-compose.yml and expose ports of all services to host machine.
Core projects to get exchange rates from external system and save it to database. When data exists in database, it can be accessed trough API of ExchangeRateSource without calling an actual external system.
Projects to get exxchange rates from NBP.
Project to perform code first migrations on database.
Projects to call ExchangeRatesSource for data and displaying it to user.