본 프로젝트는 ABAN Tether 구현 작업입니다. 특정 조건에서 거래소나 암호화폐 거래소의 구매 주문을 등록하기 위한 API를 설계하는 것이 목표입니다.
저장소 복제 :
git clone https://github.com/amir-mhp/aban-tether-task.git
cd aban-tether-exchange
Docker 이미지 빌드 :
docker build -t abantether/core .
서비스 시작 :
docker-compose up -d
데이터베이스 마이그레이션 실행 :
docker-compose run --rm core alembic upgrade head
기본 통화 추가: :
docker-compose run --rm core python pre_deploy/add_default_currency.py
애플리케이션에 액세스하십시오 .
응용 프로그램은 http://localhost:8005에서 실행됩니다.