The application uses a basic API and uses Redis as a database. This project is built with python, more specifically Flask.
Clone the repository.
pip install -r requirements.txt
python configure.py
python converter.py
A basic API with a UI that stores the conversion rates in a Redis database and calculates them. Hope you enjoy it.