Skip to content

felipedecampos/plan-coding-challenge

Repository files navigation

plan-coding-challenge

Tic-Tac-Toe game

Test specification

Tic-Tac-Toe game specification

Technologies, libraries and patterns used for this project:

Environment / Setup

First you will need to set up the environment and install the application dependencies.

Warning: Make sure you have PHP 8 installed on your machine

Go to the project folder and run:

make local/install

Testing

To test the application go to the project folder and run:

make local/test

When the tests end, the coverage folder will be created into /tests/Reports/coverage

PHP Standards Recommendations

To validate the code for consistency with a coding standard (PSR-1 && PSR-12), go to the project folder and run:

make local/coding-style

Localhost

To see the project running access the link bellow:

http://localhost:8086/

Uninstall

If you want to remove the application container, images, volumes and network from your machine.

Go to the project folder and run:

make local/setup-down