A web framework built from scratch in PHP. This repository serves as a documentation of my learning process in application development using object-oriented programming
docker-compose build
docker-compose up -d
docker build -t app .
docker run --rm -p 8000:8000 app