Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tianhanfangyan/iris-app
- Owner: tianhanfangyan
- License: apache-2.0
- Created: 2018-12-20T08:52:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T04:13:37.000Z (over 5 years ago)
- Last Synced: 2024-06-20T12:52:10.596Z (7 months ago)
- Topics: golang, iris
- Language: Go
- Homepage:
- Size: 4.09 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)