Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.