The OpenRQM server implementation.
This project is written in Java and can be build using Maven. The source code for the API methods is generated with Swagger, the corresponding api specification can be found in the api directory and at SwaggerHub.
Run mvn package to build the project. The build artifacts will be stored in the target directory.
Run java -jar target/openrqm-server-1.0.0.jar to start the OpenRQM server. Navigate to http://localhost:8090/ for an overview of the api methods.
The design and architecture is described in the documents in the doc directory.
| Feature | Status | Release |
|---|---|---|
| Basic API functionality | in work | MVP |
| Linking | done | MVP |
| PDF export | in work | MVP |
| Baselining | ||
| Shared edit | ||
| Multimedia content | in work | |
| Tracing |
SPDX-License-Identifier: GPL-2.0-only
Copyright (C) 2019 Marcel Jähn