Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 999 Bytes

Bullseye backend

Overview

This part contains implementation of Bullseye server which handles all requests from user, manages configuration, communicates with Enterprise Commerce instance and send requests to Bullseye Raspberry PI client using MQTT.

Prerequisites

Docker is used for development ( provided support for docker-compose) and managing images. Deployment on Kyma cluster can be done using prepared helm chart.

Installation

Refer to installation document.

Configuration

Refer to configuration document.

Usage

After running server it should be accessible on localhost:8080 by default (configuration can be changed). Usage of server is strictly connected with providing an appropriate configuration which has been explained in sections above.