goTask

Go API in action

API

The API behind this site is created in Go. Using AJAX call from this site to the Go API which fetch data from Postgresql and return to the front. This site could of course talk directly to Postgresql, but by calling the REST API using simple https strings, the endpoints could be more isolated and safe. This site is all about how to use the REST API in the real world.

This site is an attempt to use this Go API to communicate with Postgresql.