Simple golang backend service using Gin framework.
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster.
- Copy
.env.example
file and paste it within same directory - Rename it as
.env
- Run following command
swag init -g cmd/main.go
go run ./cmd
- Visit http://localhost:8000/swagger/index.html in your web browser to see swagger document