Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.68 KB

README.md

File metadata and controls

40 lines (23 loc) · 2.68 KB

TangoRestServer

This server implements Tango REST API

time tracker

Download

SonarCloud

Quality gate

Maintainability Reliability Security

Bugs Smells Vulnerabilities Tech debt

Lines Of Code Coverage

How to build

rest-server supports Java 11 since 1.18

To build use maven: mvn package

This builds .zip package. Extract and deploy to any Servlet compliant application server e.g. Apache Tomcat

How to use

See wiki

How to contribute

Same as for GitHub - fork and create a Pull Request