Flight finder system created in early 2023.
This is not a real product! The project was created only for learning purposes.
Access home page from your browser
Navigate to flight form
Fill the flight form with your desired trip information and submit
System informs user by email after finding a cheap flight
Standard scenario:
- Server receives the flight form, saves it into MySQL database.
- Server periodically makes API calls to a flight search provider.
- Sends user an email if the found flight is cheaper than the maximum price.
Other features:
- Most of the basic errors are handled, e.g., incorrect destinations, incorrect dates, etc.
- Email unsubscribe.
- Does not send similar flight offers (to previous flight offers).
- Python Flask
- MySQL
- GoogleCloud - for hosting
- HTML
- CSS
The project used to be hosted on GoogleCloud, but no longer is.





