Skip to content

Informasjonsforvaltning/fdk-reference-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDK reference-data

Base image: openjdk:15-slim Source: Dockerfile

Overview

FDK reference-data is a service that provides metadata for the various applications in this ecosystem. It provides code-lists, concepts and helptexts.

Technologies/frameworks

  • Java 15
  • Spring Boot v2.4.5
  • MongoDB

API

The service provides REST API with following specification: OpenAPI3.

Environment variables

MONGODB_DATABASE=reference-data
MONGODB_PORT=27017
MONGODB_HOST=localhost
MONGODB_USERNAME=root
MONGODB_PASSWORD=password
MONGODB_AUTH_DATABASE=admin

API_KEY=my-api-key

LOG_LEVEL=DEBUG

Run locally

docker-compose up -d

Start application in IDE of choice.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published