Metaservice RESTful API for building webapps, mobile apps, etc.

RESTful API Метасервиса для создания веб-приложений, мобильных приложений и т.д.

Evgeny Polivanov 3141e21750 change instruction 2 anni fa
.gitignore 1ab093a1e7 add gitignore and some change 2 anni fa
README.md 3141e21750 change instruction 2 anni fa
SharixQuery.py 1ab093a1e7 add gitignore and some change 2 anni fa
api.py 1ab093a1e7 add gitignore and some change 2 anni fa
config.py 2e188c77b7 A lot of changes: add class, try/except and other 2 anni fa
connect.py 2e188c77b7 A lot of changes: add class, try/except and other 2 anni fa
function.py b8878c76b9 Add comments and some change 2 anni fa
requirements.txt 1ab093a1e7 add gitignore and some change 2 anni fa

README.md

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

Libs: Flask, xmpppy, psycopg2, sshtunnel, flask-jwt-extended

Documentation