Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 509 Bytes

Introduction

Transaction database

Requirement

Python >=3.6

Install

git clone https://github.com/zsluedem/transaction-server.git
cd transaction-server
pip install -r requirements.txt

Run

python main.py -c /path/to/your/config.yml

Config

Use yaml file to config.

Config Example

Docker

docker run -v config.yml:/transaction_server/config.yml -d zsluedem/transaction-server