Hotwings provide you the wings to fly to any destinations possible!
Github Repository »
Table of Contents
This is a Flask-based application for searching and booking flights.
Our application handles 3 business scenarios:
- Payment Processing of Selected Flight
- Flight Delay Management
- Rebooking of Flight
To run this application using Docker Compose, follow these steps:
-
Make sure you have Docker and Docker Compose installed on your machine.
-
Clone this repository to your local machine.
git clone https://github.com/Jerric1801/hotwings-air.git
-
Navigate to the root directory of the cloned repository.
-
Run the following command to build and start the Docker containers:
docker-compose up --build
-
Start Frontend - cd to Web
npm install yarn start