Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 661 Bytes

TempReader

Temperature value Spring Backend. Uses Thymeleaf as Frontend. Provides Rest-API for Tempreaders.

Simple Tempreader in Python included

Spring-boot API:

  • API doc: Swagger-ui v2 Url: /swagger/ui.html

Databases:

  • h2 / In Memory DB Url: /h2-console/ JDBC URL: jdbc:h2:mem:testdb (if no other db is provided)
  • mySql database
    • in Application.yml edit: datasource to Database Url

Simple Dashboard Frontend

Website