Openclassrooms project
Blog system creation, No CMS, No framework.
-> Clone the repository
-> Execute command: "composer install".
This will install required libraries
-> Go to "front/" and execute command "npm i", then "npm start".
This will build scss and js. You can stop the task once completed.
-> Go to src/ConfigLocal.php.
Fill the file with your database and email config, and rename the file to "Config.php".
-> Unzip img.zip
No need for database model, all tables will be created automatically when needed.
Here you go!