fiskolini / unit-testing-workshop

BE Workshop around the Unit Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing 🐛 - BE Workshop

Project to be used on the BE Unit Testing Workshop.

What does this project contain?

This project contains a working API example, under a Docker container (PHP + MySql). A few code is already covered with some Unit Tests.

How to run it locally?

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 port 8080;
  • test: to run the Unit Tests.

About

BE Workshop around the Unit Test


Languages

Language:PHP 58.5%Language:Shell 37.1%Language:Dockerfile 3.9%Language:Makefile 0.5%