Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 325 Bytes

Set up

  • PHP version 7.3 and above
  • have Composer set up on your device
  • install project dependencies via the command composer install
  • run the application via the command php -S localhost:8080 -t web
  • run the unit tests via the command ./vendor/bin/phpunit --testdox tests