Website Website


Wikipedia article comparison tool. This tool allows you to compare the data contained in the infoboxes as well as statistics of 2 different wikipedia articles [TOC] ## Demo ## Dependencies We use docker containers, so it will be necessary to have Docker and Docker compose. Installation Guides: - - ## Install Configure logins and passwords in the.env located in the root of the project (PLEASE USE STRONG PASSWORDS): ```yml MYSQL_ROOT_PASSWORD=changeme MYSQL_USER=radar MYSQL_PASSWORD=changeme ``` Building images using docker-compose.yml: ```shell docker-compose build ``` Launching containers using the docker-compose.yml file: ```shell docker-compose up -d ``` The site is now available locally on https://localhost:8888 Or at the ip address of your machine [https://\:8888]()