Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1003 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 1003 Bytes

Record Manager

Record Manager is an application for generic form-based collection of data. This repository contains the backend of the application.

Required Technologies

  • JDK 17
  • Apache Maven 3.5.x or later

System Architecture

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.

Configuration

Further Record Manager Configuration

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.

Documentation

Build configuration and deployment are described in Setup Guide. Development is described in Development notes.