Project to be used on the BE Unit Testing Workshop.
This project contains a working API example, under a Docker container (PHP + MySql). A few code is already covered with some Unit Tests.
This project contains a Makefile
to support multiple commands around it.
install
: to install all the composer dependencies;run
: to run the project locally. It will install the two docker containers and run on port8080
;test
: to run the Unit Tests.