Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

marcusolsson/pathfinder

Repository files navigation

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'

About

Routing context for DDD Sample App, in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages