Greenhouse-Frontend CircleCI

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

Architecture

TODO: add documentation

Techstack

  • Docker
  • Node.JS
  • Nuxt3
  • Vuetify3
  • Chart.JS
  • Websockets
  • REST-API
  • GraphQL

Configuration

TODO: add documentation

Satellite concept

TODO: describe me

Development Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

TODO: describe me