Create a Go Gin API

Опубликовано: 15 Май 2026
на канале: Visat
349
18

In this video we will build a Rest api in Gin Web Framework.
A REST API (Representational State Transfer API) is a way for different programs to communicate over the Internet. It allows you to perform operations like getting data, sending data, updating data, and deleting data from a server. Each piece of data, or resource, has its own unique URL, and you use simple HTTP methods like GET (to retrieve data), POST (to create data), PUT (to update data), and DELETE to interact with these resources.

GIN - https://github.com/gin-gonic/gin