Skip to content

Cloud service for the TempR smart heating IoT system. (Component of my BsC Thesis)

Notifications You must be signed in to change notification settings

alexovits/tempr-server

Repository files navigation

TempR Backend

Spring

Overview

TempR REST API

Architecture

Application tech stack:

  • Spring Boot

How to run it

  • Build & Run w/ tests:
    • From the root folder run: mvn clean install
    • From the 'tempr-backend-api' folder run: mvn spring-boot:run
  • Build & Run w/o tests: * From the root folder run: mvn clean install -P prod * From the 'tempr-backend-api' folder run: mvn spring-boot:run -P prod
  • Agnostic:
    Run the compiled jar:
    java -jar <the-jar-name.jar>
    

About

Cloud service for the TempR smart heating IoT system. (Component of my BsC Thesis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages