/CheapChecker

This project is devoted to Cloud Computing and Big Data Analytics course of UPC. It uses Ryanair FRAAS API and AWS Cloud Services.

Primary LanguageHTML

CheapChecker

Never miss the best time to book your Ryanair flight again!

This project is devoted to the Cloud Computing and Big Data Analytics course of UPC. It uses Ryanair FRAAS API and AWS Cloud Services. This repo is dedicated to the web app part of the project. The lambda functions can be found in a different repo.

In order to run the application locally you should follow these steps:

  1. Clone the repository to your local machine.
  2. As an interpreter you should use python 3.x. We were running the application with a python 3.4 as well as a python 3.6 interpreter and both worked well.
  3. After cloning the required packages need to be installed. From the terminal navigate to the folder of the application and run pip install -r requirements.txt which automatically checks for and installs all packages required to run the application.
  4. For the correct configuration follow the instructions of the env_setup.txt file in the application to set the respective environment variables.

*** REMARK ***
Please be aware that we're working with AWS data pipeline for continuous integration so every change in the code will automatically be deployed in our development environment on AWS.

The app hosted on AWS is available under the following link:
http://cheapchecker-env.puvuhcm2iq.eu-west-3.elasticbeanstalk.com/

ENJOY!