You can use my another repository to execute this aplication using docker.
$ composer create-project --prefer-dist gabrielpcruz/slim myapp "2.0.*"
This project is based on best practices and industry standards:
- >= PHP 8.2
- HTTP router (Slim)
- HTTP Server Request Handlers, Middleware (PSR-15)
- Dependency injection container (PSR-11)
- Autoloader (PSR-4)
- Code styles (PSR-12)
- Unit - and integration tests
- Console Commands
- Tested with Github Actions