/starter-gin

Starter template for Gin Web Framework

Primary LanguageGoMIT LicenseMIT

{{ 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