Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 867 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 867 Bytes

Air Quality Eye Codacy Badge

Gather and visualize air quality data from external sources on a map for Poland (including recent sensor data from Luftdaten and other data sources)

Requirements

JDK13, Apache Maven.

Run and test backend

The current implementation phase has backend only.

$ mvnw install
$ mvnw spring-boot:run -pl backend

Further open the following URL in your browser to see JSON data: http://localhost:9000/measurements

Detailed documentation

More details and contribution guide to be found in the Detailed Documentation section.