Testing Cache of maikuolan/common library

Caleb asked in a post that he is having trouble in testing something for his one of the common classes "Cache". This project is a testbed of his problem, sssembled using Docker.

How To Run

First, install dependencies:

docker compose run --rm composer install

Then, start the server:

docker compose up --detach app

Now visit http://localhost:8080.

How To Cleanup

Run:

docker compose down --rmi all