Skip to main content Link Menu Expand (external link) Document Search Copy Copied

BQAT GUI


Table of contents

Setup

This project is run as a Docker stack which provides a simple web GUI for BQAT-API access. To begin, simply start it with the Docker compose file provided.

Download the Docker Compose file

Download

Usage

  • Download the docker compose file into your working directory.
  • Start the BQAT Web GUI service:
# Start container stack
docker compose up -d

# Stop the services (ctrl + C)
docker compose down

Output

Find the page at:

  • localhost:7860

Further Details