Dario Duchateau-weinberger 0721262b9c Update README.md
2023-09-27 18:53:02 +02:00
2023-09-25 20:06:54 +02:00
2023-09-27 18:50:25 +02:00
2023-09-25 13:38:59 +02:00
2023-09-25 17:26:31 +00:00
2023-09-27 18:35:28 +02:00
2023-09-25 13:43:18 +02:00
2023-09-27 18:53:02 +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

Access online demo : [radar.dariow.fr](https://radar.dariow.fr)

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
No description provided
Readme 26 MiB
Languages
CSS 39.7%
Handlebars 39.1%
JavaScript 20.9%
Dockerfile 0.3%