This project is a web application built with Flask that allows users to search for and book airfare.
- Python 3.x
- Flask
- Flask-CORS
- Clone the repository:
git clone https://github.com/badalk121/Airfare.git
- Install the required dependencies:
pip install flask flask-cors
- Open a terminal and navigate to the project directory:
cd Airfare
- Run the Flask application:
python app.py
- Access the application in your web browser:
http://localhost:5000
- Fill in the form on the home page with the desired departure and destination airports, travel dates, and other criteria.
- Click the "Check Price" button to search for flights.
- View the available flights and their details.
- Select a flight to book a ticket.
- Enter your personal information and payment details to complete the booking process.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.