Record Manager is an application for generic form-based collection of data. This repository contains the backend of the application.
- JDK 17
- Apache Maven 3.5.x or later
The system can be split into two parts. Main application provides management of users, organizations and their records. The system manages multiple types of records which are generated dynamically by Form service.
The following table lists the names of environment variables that can be
passed to Record Manager backend either directly in docker-compose.yml
, in
an env_file, or via command line.
Variable | Explanation |
---|---|
RECORDS_ALLOWEDREJECTREASON |
Allow user to enter reason when rejecting records. Default value: false. |
Build configuration and deployment are described in Setup Guide. Development is described in Development notes.