Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 779 Bytes

File metadata and controls

17 lines (15 loc) · 779 Bytes

PSE 2020 VisAQ

VisAQ is planned and developed during the PSE-project at the Karlsruhe Institute of Technology in cooperation with TECO . VisAQ visualizes air quality data from the project SmartAQNet.

About

This repository contains the backend-part of the project. The backend is written as a Spring Application in Java. It can be build with maven and then executed on a server connected to the internet. After that the REST-API of the backend will be reachable at

{addressOfServer}:8080

Building and running

To build the project navigate to the submodule VisAQBackend then run

mvn package

now the project will be build and a runnable jar will be created at

../target/