- The code was written without any frameworks as per assignment.
- The only used dependency is
psr/http-message
that defines PSR-7 compatible interfaces. - Required PHP version is 8.3.
- Frontend uses a bit of bootstrap classes.
- Frontend tables are sortable.
- Clone project
git clone https://github.com/VicDeo/mm-task1.git
- Navigare to the project dir
cd mm-task1
- Bring up the infrastructure
docker compose up -d
- Install dependencies
docker compose exec app composer install
- Browse to http://localhost:8080
- Follow the wizard