zendea/backend
2021-02-22 14:28:34 +08:00
..
builder Gofmt 2020-05-14 20:33:00 +08:00
cache Gofmt 2020-05-14 20:33:00 +08:00
cmd Gofmt 2020-05-14 20:33:00 +08:00
config Gofmt 2020-05-14 20:33:00 +08:00
controller Fix section id for node adding 2021-02-22 14:28:34 +08:00
cron Initial commit 2020-05-12 14:46:42 +08:00
dao Gofmt 2020-05-14 20:33:00 +08:00
form Fix section id for node adding 2021-02-22 14:28:34 +08:00
middleware Gofmt 2020-05-14 20:33:00 +08:00
model Fix section id for node adding 2021-02-22 14:28:34 +08:00
oauth Gofmt 2020-05-14 20:33:00 +08:00
router Gofmt 2020-05-14 20:33:00 +08:00
service Fix section id for node adding 2021-02-22 14:28:34 +08:00
util Gofmt 2020-05-14 20:33:00 +08:00
.gitignore Initial commit 2020-05-12 14:46:42 +08:00
app.example.yaml Update config file 2021-02-22 11:08:18 +08:00
go.mod upgrade gin to v1.6.3 2020-05-18 15:05:29 +08:00
go.sum upgrade gin to v1.6.3 2020-05-18 15:05:29 +08:00
main.go Gofmt 2020-05-14 20:33:00 +08:00
Makefile Initial commit 2020-05-12 14:46:42 +08:00
README.md Update readme 2021-02-22 10:39:40 +08:00
VERSION Initial commit 2020-05-12 14:46:42 +08:00

介绍

基于Go语言开发提供Restful风格接口。

Build Setup

# install dependencies如果进度缓慢或异常请设置 GOPROXY。
$ make

# 请根据实际情况修改配置文件
$ cp app.example.yaml app.yaml

# 运行
$ ./zendea web