Skip to content

serggi/order_processing_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You have a PHP application for orders batch processing.

Program will be tested using command

php order_processing.php order.csv

Obviously input file can contain different rows.

To make work with application easier you can use docker-compose:

docker-compose up -d # start application
docker-compose down # stop and remove containers
docker-compose exec app bash # connect to container command line
docker-compose exec app php order_processing.php orders.csv # execute application

About

refactoring test task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages