Skip to content

ZeroNiki/currency-converter-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter (RU)

Веб приложение на python. Конвертирует валюту

Библиотеки:

  • bs4 PyPI - Python Version
  • requests PyPI - Python Version
  • fastapi PyPI - Python Version

Установка

Склонируйте репозиторий и перейдите в него:

git clone https://github.com/ZeroNiki/currency-converter-fastapi.git
cd currency-converter-fastapi

создайте вертуальное окружение и установите зависимости:

python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt

Запустите при помощи uvicorn:

uvicorn main:app --reload 

Currency Converter (EN)

Web application in python. Converts currency

Libraries:

  • bs4 PyPI - Python Version
  • requests PyPI - Python Version
  • fastapi PyPI - Python Version

Installation

Clone the repository and go to it:

git clone https://github.com/ZeroNiki/currency-converter-fastapi.git
cd currency-converter-fastapi

create a virtual environment and install dependencies:

python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt

Run with uvicorn:

uvicorn main:app --reload