Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 837 Bytes

File metadata and controls

41 lines (27 loc) · 837 Bytes

AndroLab Back-end Server Readme

This project is the python2 backend server for the Android InsecureBankv2 application which can be found at https://github.com/dineshshetty/Android-InsecureBankv2

Docker image

docker pull khadkeaakash/insecurebankv2-androlabserver:beta

Usage:

docker run -p 8888:8888

Python required libraries

Install the below libraries using: easy_install

  • flask
  • flask-sqlalchemy
  • simplejson
  • cherrypy
  • web.py

Alternatively just use: pip install -r requirements.txt

Running the python server

Make sure you have python2 installed. Change the current directory to the AndroLabServer folder

cd AndroLabServer

Use the below syntax to run the HTTP server

python app.py

Use the below syntax to view the possible arguments

python app.py --help