Applied
Engineering
Results
samuel-torres.com
A wellness/nutrition platform built to practice a full classic web stack end-to-end: structured backend, persistence, and a containerized environment. A personal project.
PHP OOP · MySQL · Docker · MVC · JavaScript · HTML/CSS · Docker Compose
A wellness/nutrition platform with user accounts and the kind of tracking features typical of that category, built with a classic, deliberately structured PHP MVC stack instead of a framework, to practice the underlying architecture directly.
Business logic lives in Models and Controllers, not scattered into View templates — a template that starts making database calls is a sign the separation is breaking down.
The app and its MySQL database are defined together in one Compose file, so the environment doesn't depend on whatever happens to already be installed on a given machine.
A wellness platform built with a classic PHP OOP/MVC structure, MySQL persistence, and a Docker Compose environment covering both app and database.