SEC642/bankservice
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
You need to install: * flask * flask-sqlalchemy * cherrypy To run the HTTP server on port 8080 python app.py To run the HTTPS server on port 8443 python app.py --ssl --port 8443 Installation through virtualenv cd ~/tmp virtualenv --no-site-packages server-env source server-env/bin/activate easy_install flask cherrypy sqlalchemy simplejson Running with virtualenv source ~/tmp/server-env/bin/activate cd ~/SecurityCompass/server python server_http.py