This is the repository for the visualisation engine used in QualiChain.
pip install -r requirements.txt
python3 manage.py runserver --settings=visualisation_engine.settings.dev
cd config/
docker-compose up -d --build
This is the repository for the visualisation engine used in QualiChain.
pip install -r requirements.txt
python3 manage.py runserver --settings=visualisation_engine.settings.dev
cd config/
docker-compose up -d --build