Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tianhanfangyan/iris-app

Based on the Iris framework.
https://github.com/tianhanfangyan/iris-app

golang iris

Last synced: 3 months ago
JSON representation

Based on the Iris framework.

Awesome Lists containing this project

README

        

# iris-app
iris-app is a example for [iris](https://github.com/kataras/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
* [Apache](LICENSE)