This repository contains all code for the medical validityML backend.
git clone https://github.com/storswiftlabs/medical-validityML-backend.gitmedical-validityML-backend
make buildIntroducing the required libraries for Python
pip install -r requirements.txtConfigure 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-ZKMLIPFS:
ipfs:
url: https://api.nft.storage/upload
auth: IPFS_AUTHGIZA:
giza:
user: GIZA_USER
passwd: GIZA_PASSWORD
email: GIZA_EMAILStart service
bash medical &