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 table lists environment variables that can be passed to the Record Manager backend through docker-compose.yml
, an env_file,
or the command line. For more details, see the Configuration documentation.
Build configuration and deployment are described in Setup Guide. Development is described in Development notes.