This repository is a demo of building a REST API with Golang, SwaggerUI.
We'll be building an API to manage the library of a Movie streaming service.
Install the following dependencies before starting to develop:
go get github.com/ahmetb/govvv
go get github.com/pilu/fresh
go get github.com/swaggo/swag/cmd/swag
These are the important pieces we use: