Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ladicle/gin-template-for-azure
- Owner: Ladicle
- Created: 2016-06-19T12:09:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T04:56:09.000Z (over 8 years ago)
- Last Synced: 2024-11-13T02:41:59.633Z (2 months ago)
- Topics: azure, azure-web, gin, golang
- Language: HTML
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```