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
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
Most helpful comment