Skip to content

Service for determining the dbc specific week code for any given date.

License

Notifications You must be signed in to change notification settings

DBCDK/week-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week-resolver

Service to hand out specific week codes for any given date.

To build:

mvn verify
docker build -t docker-metascrum.artifacts.dbccloud.dk/weekresolver:dev \ 
    -f $(pwd)/target/docker/Dockerfile .

Local run:

docker run -it -p 8080:8080 \
    -e JAVA_MAX_HEAP_SIZE=5G  \
    -e TZ=Europe/Copenhagen \
    --name test \
    --rm \
    docker-metascrum.artifacts.dbccloud.dk/weekresolver:dev

Endpoint curl example:

curl localhost:8080/api/v1/date/bpf/2019-12-29

About

Service for determining the dbc specific week code for any given date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •