/php-project

Primary LanguagePHPMIT LicenseMIT

Semaine Intensive PHP | Équipe 18 - Love to go out

*LEFORT MONTHUBERT OUARET TOMBUYSES TEIXEIRA FERNANDES *

 

Love to go out

 

Ce projet a été mené dans le cadre d'une semaine intensive de PHP à HETIC.

Install

To use this repo, clone it and install composer and run these commands on the project

composer init

then

composer dump-autoload

Then import the .sql file into your PhpMyAdmin or wherever your databases are hosted on.

Change database settings in classes/Database.php to fit your environment.

Move into /src

cd src

run your Php server (or MAMP / XAMP / WAMP)

php -S locahost:$PORT