This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation. It also uses the Monolog logger.
composer install
To run the application in development, you can run these commands
composer start
After that, open http://localhost:8080
in your browser.