Gin: Where can i learn gin

Created on 10 May 2020  路  2Comments  路  Source: gin-gonic/gin

i want to learn gin framework
i am new to programing and i want to learn gin so i can build websites with golang
and i dont find any real useful sorce of raw learning website
can you lead me to some gin learning resorces
i think that you shold have a website with a docs section

question

Most helpful comment

All 2 comments

Hello @dijam8 gin's README file is the best document to learn gin
https://github.com/gin-gonic/gin/blob/master/README.md

However, because you are new to programming, first you should work about "what is API?" question. Gin is a backend tool to write API.

Then there are good blog posts and example repos on how to write API with gin. Some of them are:

https://github.com/eddycjy/go-gin-example
https://blog.logrocket.com/how-to-build-a-rest-api-with-golang-using-gin-and-gorm/
https://medium.com/@thedevsaddam/build-restful-api-service-in-golang-using-gin-gonic-framework-85b1a6e176f3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nxvl picture nxvl  路  3Comments

lilee picture lilee  路  3Comments

sofish picture sofish  路  3Comments

oryband picture oryband  路  3Comments

gplume picture gplume  路  3Comments