Pedagogical project: create a professional blog using PHP Vanilla.
Back-end: Vanilla PHP - MySQL
Front-end: Bootstrap - Vanilla JavaScript
Download zip files or clone the project repository with github (see GitHub documentation).
Open a terminal and do "composer install" to download the necessary libraries.
Configure your Apache server to set the DocumentRoot to the "/Web" folder.
Execute the SQL code of "bdd/code.sql" in your MySQL client.
In the file "/lib/OCFram/PDOFactory.php", enter the required informations to connect to your MySQL database (dsn, username, password).
Open a terminal and do "./vendor/bin/phinx seed:run" to fill your database with fake data.