Installation Guide

You have to install all of the below application in order to run our project successfully.

After that run “server.py” and connect to “localhost:5000”.

  1. Install Python (version 3.4 or higher)

https://www.python.org/downloads/

  1. Install Flask
pip3 install -U flask
  1. Install Psycopg2
pip3 install -U psycopg2
  1. Install flask_login
pip3 install flask-login
  1. Install passlib
pip3 install passlib