This is an open source application that enables you to compare between the different airlines regarding airline quality standards, consumers feedback and several aspects in order to make the best choice. This application was conceived by senior students of computer science departement of UCA's university to help customers live the best travelling experience by offering them the best airline companies comparator.
All the installation requirements are found in the requierements.txt file, too lazy to install them ? don't worry we got your back just run the command below :
$ pip install -r requirements.txt
Change the values in connection_db.py file to fit your database configuration :
host='yourlocalhost'
database='yourDataBase'
user='root'
password='yourpassword'
To run the app just copy paste the command below in your command line:
$ py views.py
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:5000/index
You can find all the informations and resources in datasets, docs and notebook.
Free Software, Hell Yeah! 🤘