xbmlz / starter-gin

Starter template for Gin Web Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{ APP_NAME }}

{{ APP_DESCRIPTION }}

Development

Clone the repository and install the dependencies:

git clone https://github.com/xbmlz/starter-gin.git

cd starter-gin

go mod download

Run the application:

make run

Build

Build the application:

make build

Docker

Build the Docker image:

make docker

About

Starter template for Gin Web Framework

License:MIT License


Languages

Language:Go 94.7%Language:Makefile 2.1%Language:Dockerfile 1.8%Language:HTML 1.3%