zeeshanalamkhan / go-rest-api

Demonstrated how to develop a simple CRUD application that uses Go Gin framework to route HTTP requests to handlers that correspond to the CRUD operations. We are going to use the PostgreSQL database as our datastore. Beside I am also going to incorporate a developer friendly ORM called Gorm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-rest-api

Demonstrated how to develop a simple CRUD application that uses Go Gin framework to route HTTP requests to handlers that correspond to the CRUD operations. We are going to use the PostgreSQL database as our datastore. Beside I am also going to incorporate a developer friendly ORM called Gorm.

About

Demonstrated how to develop a simple CRUD application that uses Go Gin framework to route HTTP requests to handlers that correspond to the CRUD operations. We are going to use the PostgreSQL database as our datastore. Beside I am also going to incorporate a developer friendly ORM called Gorm.


Languages

Language:Go 100.0%