Skip to content

Wrapper to provide the qrapids-si_assessment library functionality as RESTful services. RESTful services documentation at:

License

Notifications You must be signed in to change notification settings

q-rapids/qrapids-si_assessment-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrapids-si_assessment-rest License: GPL v3

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.

Main Functionality

This component wraps qrapids-si_assessment library in order to access it as a RESTful service.

Technologies

Property Description
Type of component RESTful Service
Build .war
Programming language Java
Frameworks Spring Boot, Gradle
External libraries qrapids-si_assessment

How to build

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

How to deploy

Prerequisites:

  • A web server, e.g. Tomcat
  • Oracle Java JRE

Deployment steps:

  1. Deploy qrapids-si_assessment-rest-X.Y.X.war in your Web Server

Documentation

You can find the technical documentation of the RESTful API here.

Contributing

You can find guidelines to contribute to the project in the Q-Rapids repository.

Licensing

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

Contact

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.