Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 846 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 846 Bytes

Retention assessment

The app is run in a docker container. To run make sure docker is installed and running. From the command line execute the following commands:

Setup

Test

  • docker run --rm -v $(pwd):/app prooph/composer:7.2 ./vendor/bin/phpunit --testdox --bootstrap vendor/autoload.php app

Run

Front end

Front end vue app is located here https://github.com/Speedrockracer/retention-frontend.git

The compose up command might take a while the first time. Also the page load time might be a bit slow because of the filewatcher docker uses. Didn't have time to fix that.