Skip to content

tongc/pathfinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • HTML 99.0%
  • Other 1.0%