https://github.com/tianhanfangyan/beego-app
Based on the beego api framework.
https://github.com/tianhanfangyan/beego-app
beego demo-app example golang ratelimit
Last synced: 7 months ago
JSON representation
Based on the beego api framework.
- Host: GitHub
- URL: https://github.com/tianhanfangyan/beego-app
- Owner: tianhanfangyan
- License: apache-2.0
- Created: 2019-07-10T12:07:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T08:58:14.000Z (over 5 years ago)
- Last Synced: 2025-03-27T02:51:17.461Z (7 months ago)
- Topics: beego, demo-app, example, golang, ratelimit
- Language: Go
- Homepage:
- Size: 819 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beego-app
Based on the [Beego](https://github.com/astaxie/beego/) api.
## Quick Start
#### Download and install
`$ go get github.com/tianhanfangyan/beego-app`
#### build
`$ go build --mod=vendor -ldflags "-s -w" -o ./beego-app`
#### run
`$ ./beego-app`
## swagger

## License
* [Apache](LICENSE)