Skip to content

KiazimKhutaba/blog2

Folders and files

NameName
Last commit message
Last commit date
Jun 11, 2023
Jun 18, 2023
Jun 11, 2023
May 7, 2023
May 23, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 18, 2023
Jun 11, 2023
Jun 11, 2023
May 15, 2023
May 15, 2023
May 7, 2023
Jun 11, 2023
May 9, 2023
May 7, 2023

Repository files navigation

Blog2 - MVC blog implemented from scratch using PHP 8

How to run?

  1. Clone repo and run cd blog2
  2. run docker compose up -d in project root
  3. login into app container (docker exec -it blog-php /bin/bash) and run su dapp && composer install
  4. run migrations - chmod +x ./init.sh && ./init.sh
  5. open address http://localhost:8080 in browser

About

Very simple PHP MVC Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published