Skip to content

nilesim/hierarchy-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchy Resolver

A Rest application to convert relations from links to trees.

Application is dockerized and a Kotlin, Spring Boot - Maven - Hsqldb application.

To run:

docker build --tag=hierarchy-resolver:latest .
docker run --name resolver -p 8080:8080 -d hierarchy-resolver

There is a Postman collection file in the path for you to call api endpoints:

Hierarch Resolver.postman_collection.json

or

curl -H "Content-Type: application/json" -X POST -d '{
    "Pete": "Nick",
    "Barbara": "Nick",
    "Nick": "Sophie",
    "Sophie": "Jonas"
}
'  http://localhost:8080/hierarchies
curl http://localhost:8080/hierarchies/get-supervisors?name=Pete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published