Explorar o código

add readme file for the project

sxoinas12 %!s(int64=2) %!d(string=hai) anos
pai
achega
4c3aaa7f57
Modificáronse 1 ficheiros con 26 adicións e 0 borrados
  1. 26 0
      README.md

+ 26 - 0
README.md

@@ -0,0 +1,26 @@
+# 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"
+}
+```