|
@@ -1,11 +1,7 @@
|
|
|
# REST API Python
|
|
|
### Instruction
|
|
|
1. Change config.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```
|
|
|
+2. Open **cmd** and enter next command ```run.bat```
|
|
|
|
|
|
-**Libs:** ***Flask, xmpppy, psycopg2, sshtunnel, flask-jwt-extended***
|
|
|
### <a href="https://documenter.getpostman.com/view/18312872/UzBjrSwk">Documentation</a>
|
|
|
|