https://github.com/tianhanfangyan/iris-app
Based on the Iris framework.
https://github.com/tianhanfangyan/iris-app
golang iris
Last synced: 11 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T04:13:37.000Z (over 6 years ago)
- Last Synced: 2025-03-27T02:51:17.172Z (12 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)