Dario Duchateau-weinberger 5d132914fc Update README.md
2023-10-04 15:47:55 +02:00
2023-10-01 03:34:35 +02:00
2023-10-01 03:34:35 +02:00
2023-10-01 03:34:35 +02:00
2023-10-01 20:40:52 +02:00
2023-10-01 03:20:35 +02:00
2023-10-01 20:40:52 +02:00
2023-10-01 03:34:35 +02:00
2023-10-04 15:47:55 +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):

# Root password
DATABASE_ROOT_PASSWORD=changeme # NEED TO CHANGE !

# User to use
DATABASE_USER=radar

# User password
DATABASE_PASSWORD=changeme # NEED TO CHANGE !

# Database name
DATABASE=rappaurio

And do the same for the ".env" inside the "app-rappaurio" folder :

# Root password
DATABASE_ROOT_PASSWORD=changeme # NEED TO CHANGE !

# MariaDB hostname
DATABASE_HOST=db

# User to use
DATABASE_USER=radar

# User password
DATABASE_PASSWORD=changeme # NEED TO CHANGE !

# Database name
DATABASE=rappaurio

# Token private Key
JWT_SECRET=hsdgbniojksdgoijosidgjoisdg # NEED TO CHANGE !

JWT_EXPIRES_IN=86400000
JWT_COOKIE_EXPIRES_IN=86400000

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 https://<your-ip-adresse>:8888

Clean remove

You can remove the containers with :

docker-compose down
Description
No description provided
Readme 26 MiB
Languages
CSS 39.7%
Handlebars 39.1%
JavaScript 20.9%
Dockerfile 0.3%