Q Airline

Q Airline is a web application providing flight information and booking support.

Github repository: Q Airline

Demo website is available on qairline.cuongnv.social

Requirements

Ensure you have the following dependencies installed:

Getting Started

Running the Demo

To quickly run the demo version of Q Airline, follow these steps:

  1. Clone this repository:
    git clone https://github.com/nvicuong/qairline.git
    cd qairline
    
  2. Start the services:
    docker-compose up
    
  3. Once the services are running, access Q Airline in your browser at: http://localhost:3000/

Building from Dockerfile

If you prefer to build the application using the Dockerfile, run:

docker-compose -f docker-compose-setup.yaml up --build

Troubleshooting

If any service exits unexpectedly, restart the application by running:

docker-compose up

Authors

Demo

Here is a preview of the Q Airline home page:

Home Page