Gin is a simplified and one of the best frameworks available to build a powerful web server or API in Go.
This tutorial demonstrates how to set up or configure Gin in your project and create a simple health API to test the very first web server/API.
Web server / API in GO, series list
-----------------------------------------------------------
Part - 0: Read values from .env file
• Go read env variables | Golang load e...
Part - 1: Setup & Implement Health API in Go Gin
• Go create web server using Gin | Buil...