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

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.

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

![swagger](swagger.png)

## License
* [Apache](LICENSE)