CovidStore — Hand-Rolled PHP MVC Framework
- PHP
- MVC
- PDO / MySQL
- Framework from scratch
- IUT project
A formative IUT project: a from-scratch Model/View/Controller/Router skeleton written in plain PHP, with no framework, to learn web architecture from first principles. It pairs a generic PDO data layer (select/selectAll/update/delete with prepared statements) with a path-by-convention autoloader, a front-controller entry point, and a base HTML layout — the e-commerce "store" being an early scaffold rather than a finished shop.