/iris-app

Based on the Iris framework.

Primary LanguageGoApache License 2.0Apache-2.0

iris-app

iris-app is a example for iris web framework. it was wrriten by golang language.

Quick Start

Download and install

$ go get github.com/tianhanfangyan/beego-app

build

$ go build --mod=vendor -ldflags "-s -w" -o ./iris-app

run

$ ./iris-app

License