# transaction-server **Repository Path**: mygitcodehost/transaction-server ## Basic Information - **Project Name**: transaction-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-03 - **Last Updated**: 2021-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/zsluedem/transaction-server/blob/master/config_example.yml) # Docker docker run -v config.yml:/transaction_server/config.yml -d zsluedem/transaction-server