Wrapper to provide the qrapids-si_assessment library functionality as RESTful services
This component has been created as a result of the Q-Rapids project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732253.
This component wraps qrapids-si_assessment library in order to access it as a RESTful service.
Property | Description |
---|---|
Type of component | RESTful Service |
Build | .war |
Programming language | Java |
Frameworks | Spring Boot, Gradle |
External libraries | qrapids-si_assessment |
This is a Gradle project. You can use any IDE that supports Gradle to build it, or alternatively you can use the command line using the Gradle wrapper with the command gradlew if you don't have Gradle installed on your machine or with the command gradle if you do, followed by the task war.
# Example: using Gradle wrapper to build with dependencies
cd qrapids-si_assessment-rest
gradlew war
After the build is done the WAR file can be found at the build/libs directory
Prerequisites:
- A web server, e.g. Tomcat
- Oracle Java JRE
Deployment steps:
- Deploy qrapids-si_assessment-rest-X.Y.X.war in your Web Server
You can find the technical documentation of the RESTful API here.
You can find guidelines to contribute to the project in the Q-Rapids repository.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
For problems regarding this component, please open an issue in the issues section. You can find some guidelines for submitting issues in the Q-Rapids repository.
For general information, please use the Q-Rapids project website.