Blog2 - MVC blog implemented from scratch using PHP 8
- Clone repo and run
cd blog2
- run
docker compose up -d
in project root - login into app container (
docker exec -it blog-php /bin/bash
) and runsu dapp && composer install
- run migrations -
chmod +x ./init.sh && ./init.sh
- open address
http://localhost:8080
in browser