Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 456 Bytes

Exchange

Usage

make venv
make currencies - добавление стандартных валют(опционально)
make up

Сваггер доступен по /api

Add default currencies:

make currencies    

UP

make up

Clear db

make db_clear

Create venv:

make venv

Run tests:

make test

Run linters:

make lint

Run formatters:

make format