GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

57 Commits

Build Status License MIT

The routing context from the original DDD Sample Application, written in Go.

Running the application

Start the application on port 8080 (or whatever the PORT variable is set to).

go run cmd/pathfinder/main.go

Docker

You can also run the application using Docker:

docker run --name some-pathfinder -p 8080:8080 marcusolsson/pathfinder

Try it!

curl 'localhost:8080/paths?from=SESTO&to=FIHEL'

Read the original on github.com ↗