API REST with Go and MySQL

In this article about programming in the Go language (also known as Golang) we will see how to create a REST API that communicates through JSON, saving and displaying data from a MySQL / MariaDB database. In the end we will have a REST API with Go using the 4 methods: POST, PUT, DELETE and […]

API REST with Go and MySQL Read More »