manojpawar94 / rest-api-using-golang-gin-framework

Demo project for GO Language with sample REST API using the Gin Web Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest API using the Gin Web Framework

It is the REST API application for storing and retriving the album data. It is developed using the Gin Web Framework. The application has three file

  • handle.go
    It contains the functions to store and retrive the albums. It acts as service layer of the application.

  • struct.go
    It contains struct to hold the album data.

  • main.go
    It is a main entry of the application. It initialize the Gin web Framework and register the API endpoints.

About

Demo project for GO Language with sample REST API using the Gin Web Framework


Languages

Language:Go 100.0%