7.1 minimum
brew install composer
php composer-setup.php --install-dir=bin --filename=composer
mv composer /usr/local/bin/composer
composer install
cf sql -> requette_sql.sql
php -S localhost:8080 -t public
CTRL C
Change the username and password in src > Tools > Database.php
and DSN if you don't use MySql or MariaDB
if ('sexe' === 'f') -> The user is a woman
if ('sexe' === 'h') -> The user is a man
if ('sexe' === 'o') -> Other sex
if ('actif' === 0) -> The user delete his account
if ('actif' === 1) -> The user don't delete his account
if ('actif' === 0) -> This hobbie isn't active
if ('actif' === 1) -> This hobbie is active