README.md

UAHExchangeAPI

FastAPI backend to get UAH exchange rate in ukrainian banks, such as cash or online rate.

How to run

The requirements for this project are:

  • Python 3.11 or higher
  • Redis

To install using poetry:

$ poetry install
$ poetry export -f requirements.txt --output requirements.txt 

If you want to install with the default Python package manager such as pip or pipx, use the above command to extract the requirements.txt file.

$ pip install -r requirements.txt

Then you can proceed with the dependency installation with the default pip(Python package manager).

$ uvicorn app:app --reload --host=0.0.0.0 

This project is implemented as an asynchronous function. Therefore, it is recommended to run the server using the uvicorn command.


Описание

This API returns currencies exchange rate in Ukrainian banks, such as cash exchanging and online.

Конвейеры
0 успешных
0 с ошибкой