|
@@ -1,8 +1,10 @@
|
|
|
# REST API Python
|
|
|
### Instruction
|
|
|
1. Change config.py
|
|
|
-2. Open **cmd** and go to ```cd C:/your_path/pythoRestApi/rest_api_venv/Scripts```
|
|
|
-3. Entered the following commands ```activate.bat```, ```cd ../../``` and ```python api.py```
|
|
|
+2. Open **cmd** and instal virtualenv via command ```python -m venv rest_venv```
|
|
|
+3. Go to ```cd rest_venv/Scripts && activate.bat```
|
|
|
+4. Go back ```cd ../../``` and instal libs via ```pip install -r requirements.txt```
|
|
|
+5. Run app via ```python api.py```
|
|
|
|
|
|
**Libs:** ***Flask, xmpppy, psycopg2, sshtunnel, flask-jwt-extended***
|
|
|
### <a href="https://documenter.getpostman.com/view/18312872/UzBjrSwk">Documentation</a>
|