Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ladicle/gin-template-for-azure

Sample application using Gin (golang web framework) for Azure Web App
https://github.com/ladicle/gin-template-for-azure

azure azure-web gin golang

Last synced: 15 days ago
JSON representation

Sample application using Gin (golang web framework) for Azure Web App

Awesome Lists containing this project

README

        

# Gin template for Azure Web App

This repository provide templates for gin and this application can run on Azure Web App.
Gin is web application framework for golang.

## How to run on local

1. Set HTTP_PLATFORM_PORT (ex. 8080)
1. Run the following command.
```
go run server.go
```