Browse the Swagger/OpenAPI definition.
This JAX-RS REST-API requires Apache TomEE 7.x or any other Java EE application server that uses CXF for JAX-RS, which is required for file upload.
It uses JPA to store it's data, you will need an default JPA data source and generate the initial schema.
See README.INSTALL for how to install TomEE on Windows.
Git Bash: ./gradlew war
backend.war
will appear in build/libs
.
Git Bash (Replace user
and pass
with your TomEE manager-app credentials):
export CARGO_USER=user CARGO_PASS=pass CARGO_HOST=localhost CARGO_CONTAINER=tomcat8x
./gradlew redeployWar
Make sure that user has the manager-script
role! For more information see README.INSTALL
- Click the large Insomnia badge
- Import/Export
- Import from URL
You will need to change the types of the parameters of the methods that use multipart upload.