Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 459 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 459 Bytes

Printful Assignment

Firstly, you should run application on docker.

When you run command the application will run on the http://localhost:1212

cd docker
docker-compose up -d

You should install dependencies the project.

composer install

Route

As you can see application has a route.

http://localhost:1212/shipping/rates

Note: You can see everything how i developed your task on the ShippingController.php