Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Air-Quality-Radar/AQR-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AQR Backend

Description

This is the Java backend of the Air Quality Radar, which is responsible for providing the API for the frontend to retrieve radar data points at a certain time and location.

Building

To build, run mvn compile. To build and run unit tests, use mvn test. If you want to use an IDE, the project has been set up to work with IntelliJ IDEA.

Contribution Guidelines

To work on a new feature, checkout the master branch and run git branch CRSID/FEATURE_NAME, for example if your CRSID was ab123 and you added some fields to the radar data point class, you could do git branch ab123/radar-point-additions.

Once you've finished the changes you wanted to make, push your changes to the server (git push origin ab123/radar-point-additions) and open a merge request.

About

Java backend of the Air Quality Radar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages