Greenhouse-Backend CircleCI

My attempt on controlling our greenhouse watering, plant-light and air-conditioning via a smart webapp.

Architecture

TODO: add documentation

Techstack

  • Docker
  • Java11
  • GraalVM
  • Quarkus.io
  • Websockets
  • REST-API
  • GraphQL
  • PostgreSQL

Configuration

TODO: add documentation

Satelite concept

TODO: describe me

Development Setup

Make sure to install the dependencies:

# mvn
mvn clean install

Development Server

Start the development server on http://localhost:8080 You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

Production

TODO: describe me