Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 657 Bytes

Golang Starter

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.

Setup

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

Dependencies

These are the important pieces we use:

  • go mod for dependency management
  • govvv for version info