There are AJAX/HTML/JavaScript/PHP/SQL/Styles(CSS/SCSS/Bootstrap) "Quests", "Workshops" and "Lessons" we did during WCS Web PHP
- Clone the repo from GitHub :
git clone git@github.com:jaldabaoth-code/AJAX-HTML-JavaScript-PHP-SQL-Styles.git - Enter the directory :
cd AJAX-HTML-JavaScript-PHP-SQL-Styles - Create an .env.php file from .env.php.model file and add your DB parameters
This one is not committed to the shared repository
Don't delete the .env.php.model file, it must be kept - Import the last version of the dataVx.sql file (at the root of the project) in your SQL server
- Run the internal PHP webserver with
php -S localhost:8000 - Go to localhost:8000 with your favorite browser
-
- The file style.css in the asset folder, is the file conversion of style.scss (The conversion was done on a website)