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:
- Docker: Version >= 27.4.1
- Docker Compose: Version >= 1.29.2
Getting Started
Running the Demo
To quickly run the demo version of Q Airline, follow these steps:
- Clone this repository:
git clone https://github.com/nvicuong/qairline.git cd qairline
- Start the services:
docker-compose up
- 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
- Nguyễn Việt Cường
- Lê Quang Thắng
- Lê Tiến Thực
Demo
Here is a preview of the Q Airline home page: