MMustafa53 / ProductFeed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProductFeed

Clone git repository:

git clone https://github.com/MMustafa53/ProductFeed.git

Run docker compose command to start the project:

docker compose up

Example curl request to get the product feed:

curl --location 'http://localhost:8053/akakce?format=csv' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/akakce?format=yaml' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/google?format=xml' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/google?format=json' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/facebook?format=json' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/facebook?format=yaml' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/cimri?format=csv' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'
curl --location 'http://localhost:8053/cimri?format=xml' --header 'Api-Token: cpYS5Ix9Ddes52HHxxbXhZsiLmBpKJM8'

About


Languages

Language:PHP 88.1%Language:Dockerfile 10.4%Language:Shell 1.5%