Bez popisu

sxoinas12 4c3aaa7f57 add readme file for the project před 2 roky
.idea d94cf86991 add Model, View, Serializers for xml generator před 2 roky
telecaster 78e7667383 created basic implementation of PrestaShop parser před 2 roky
.gitignore d94cf86991 add Model, View, Serializers for xml generator před 2 roky
README.md 4c3aaa7f57 add readme file for the project před 2 roky
pyproject.toml b230b91023 udd scripts, fix/lint and pytest před 2 roky
pytest.ini b230b91023 udd scripts, fix/lint and pytest před 2 roky
requirements-dev.txt b230b91023 udd scripts, fix/lint and pytest před 2 roky
requirements.txt da06d14896 add request dependency před 2 roky
setup.cfg b230b91023 udd scripts, fix/lint and pytest před 2 roky
setup.py b230b91023 udd scripts, fix/lint and pytest před 2 roky

README.md

Telecaster Project Instructions

Fetch repository

git clone http://onarbooks.com/Klapi/Telecaster.git

Setup

cd telecaster

Install requirments

pip3 install -r requirments.txt

How to test?

cd telecaster

python manage.py runserver

Open postman and perform a POST request with the below payload

url: localhost:8000/generate/xml

{
    "url": "prestashop_domain",
    "token": "your_secret_token"
}