Skip to content

tomchavakis/geo-api

Repository files navigation

Geo-Api

Geo-Api is an API for GIS (Geographical Information Systems) Applications written in GO.

The API is a work in progress

Features:

  • Distance
  • MidPoint
  • Bearing
  • Destination
  • Nearest Point

If you are using Postman you can download the relative Collection in the docs folder or just press here.

Start the Application

Go Run:

make run

Docker Run

make docker-run