/datamaintain-monitoring

Primary LanguageKotlinApache License 2.0Apache-2.0

datamaintain-monitoring

Architecture decisions are recorded using ADRs. The template used for these records is this one.

Launch your development environment

Database

You can use the docker-compose in modules/app-server/docker/docker-compose.yaml. If you are at the root of the project, you can launch it using this command:

docker-compose --file modules/app-server/docker/docker-compose.yml up -d

Your database will be provided initial data to enable you to see what the application should behave even without creating data.

Server

Currently, the server uses Java 17 so please ensure that this is your current Java version.

Using IntelliJ

All run configurations are available in the folder run.