Skip to content

D3VM4TT/yordas_tech_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yordas_tech_test

Software Engineer - Technical Screen Questions

Please find questions answers in app/public/index.php

Setup

I will be adding unit tests to this project at a later stage, for now, all the tests are manually logged via comments & var_dump in the index.php

  1. Clone the repo
    git clone [email protected]:D3VM4TT/yordas_tech_test.git
  2. Navigate to the project docker directory
    cd yordas_tech_test/docker
  3. Run Docker Compose
    docker-compose up
  4. Open a interactive shell in the docker php container
    docker exec -it docker_php_1 bash
  5. Install depencies using a local installation of composer
    composer install
  6. Project should be running at http://127.0.0.1:8080/

Tests

PHPUnit tests can be run be doing the below:

  1. Open a interactive shell in the docker php container
    docker exec -it docker_php_1 bash
  2. Make sure you are in the /var/www directory
  3. Run the below command to run the tests
    vendor/bin/phpunit tests

About

Software Engineer - Technical Screen Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published