Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 285 Bytes

A GO rest api boilerplate with gin framework, authentication, migrations and some sample routes

Running

Locally

go mod install go run main.go

Docker

docker build --tag go-gin-rest-boilerplate . docker run -it --rm --name go-gin-rest-boilerplate go-gin-rest-boilerplate