Build a RESTful CRUD API with Golang Gin and Gorm



Build a RESTful CRUD API with Golang Gin and Gorm

Build a RESTful CRUD API with Golang Gin and Gorm

As a web developer, building APIs or frontend applications that interact with other APIs is one essential project you can undertake to improve your skills or add to your portfolio to attract potential employers.

This article will teach you how to create a CRUD RESTful API in a Golang environment that runs on a Gin Gonic server and uses a PostgreSQL database.

We’ll also discuss how you can build models, connect to the running SQL database server, and run database migrations with the GORM library.

code here:
https://github.com/lemoncode21/golang-crud-gin-gorm

#golang #gin #gorm