This repository contains all code for the medical validityML backend.
git clone https://github.com/storswiftlabs/medical-validityML-backend.git
medical-validityML-backend
make build
Introducing the required libraries for Python
pip install -r requirements.txt
Configure database connections, IPFS information, and agreed addresses in the configuration file under the project root path (config.yaml). database:
database:
mysql:
driverName: MYSQL
host: LOCALHOST
port: '3306'
user: ROOT
password: EXAMPLE
schema:
database: MEDICAL-ZKML
IPFS:
ipfs:
url: https://api.nft.storage/upload
auth: IPFS_AUTH
GIZA:
giza:
user: GIZA_USER
passwd: GIZA_PASSWORD
email: GIZA_EMAIL
Start service
bash medical &