mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-05-30 20:45:41 +02:00
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.
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):
MYSQL_ROOT_PASSWORD=changeme
MYSQL_USER=radar
MYSQL_PASSWORD=changeme
Building images using docker-compose.yml:
docker-compose build
Launching containers using the docker-compose.yml file:
docker-compose up -d
The site is now available locally on https://localhost:8888
Or at the ip address of your machine https://<your-ip-adresse>:8888
Description
Languages
CSS
39.7%
Handlebars
39.1%
JavaScript
20.9%
Dockerfile
0.3%