/pathfinder

Routing context for DDD Sample App, in Go.

Primary LanguageHTMLMIT LicenseMIT

pathfinder

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'