nav-e / service-routing-deprecated-

Routing service in Go for the GreenNav project
Apache License 2.0
7 stars 6 forks source link

Routing service

To read more about the project, please read the official design plan. This repository consists of a simple mockup server for testing purposes.

Next steps

Running the server

  1. Make sure you have Go installed sudo apt install golang
  2. Either run with go run mockup.go or with
    go build mockup.go
    ./mockup (or mockup.exe)