The routing context from the original DDD Sample Application, written in Go.
Start the application on port 8080 (or whatever the PORT
variable is set to).
go run cmd/pathfinder/main.go
You can also run the application using Docker:
docker run --name some-pathfinder -p 8080:8080 marcusolsson/pathfinder
curl 'localhost:8080/paths?from=SESTO&to=FIHEL'