VictorAssunc / geo-api

API in Golang with CRUD to manipulate GeoJson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang API with Hexagonal Architecture

API to manage point of navigation

Object Point: - Name - Latitude - Longiture

TODO

  • ❏ Create point in Mongodb

  • [X] List points

  • ❏ Update point

  • ❏ Get one point

  • ❏ Delete Point

List Issue : - Try Gin-gonic to replace "github.com/gorilla/mux" - End of application to create/update/get/delete point - Swagger - DockerCompose to start application and mongodb - Script to initialize database - Add Test

About

API in Golang with CRUD to manipulate GeoJson

License:MIT License


Languages

Language:Go 99.2%Language:Shell 0.8%