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.
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
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/