A PHP MVC framework with inspiration from https://github.com/thecodeholic/php-mvc-framework
Video src: https://www.youtube.com/watch?v=6ERdu4k62wI&
Project is dockerized. Webserver running on localhost:80
- make .env file from .env.example - all credentials in .env.example are valid(it's not secure but convenient way, just for testing purposes)
- docker-compose build
- docker-compose up -d