A Simple Golang CRUD API example using the Fiber framework and GORM to interact with a MySQL database. To run: go get github.com/gofiber/fiber/v2 go get github.com ...
This is a CRUD (Create, Read, Update, Delete) application developed using Golang programming language and MySQL database. This app is implemented using the repository pattern. Get All Todo List: ...