Loading...

Music Album Library API REST Application

Click here to see how it works!

In this project you will see a Music Album Library API REST using Golang, Gin Framework and Postman to test HTTP requests and Methods (GET, POST, PUT, DELETE)


Application Features

API REST architecture.

Tested HTTP methods: GET; POST; PUT and DELETE.

Status code responses and error handling .


Tech stack used

Golang

Gin-Gonic Framework

Postman postman

Git

Github github


Go Packages used

'github.com/gin-gonic/gin' more info

'net/http' more info


Opportunities to improve the app

Implement a database to store de Albums.

Implement new layers of security.

Add more complex requests.

Add interactions with headers, body, content, etc.