Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Away0x committed May 21, 2019
1 parent bf68728 commit 6e77373
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Gin BBS App

- [访问地址](http://www.frontendgo.com:8889)
- [API 文档](http://www.frontendgo.com:8889/swagger/index.html)

## 项目目录结构
<details>
Expand All @@ -10,6 +9,14 @@
├── app 项目核心逻辑代码
│ ├── controllers 控制器
│ ├── models 模型
│ ├── auth 用户相关
│ ├── cache 缓存
│ ├── cron 定时任务
│ ├── helpers 帮助方法
│ ├── policies 权限
│ ├── requests 参数验证
│ ├── services 复杂查询
│ └── viewmodels 数据转换
├── bootstrap 各组件初始化
Expand Down

0 comments on commit 6e77373

Please sign in to comment.