forked from gongwalker/ApiManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
接口管理工具v1.1 | ||
================ | ||
项目介绍 | ||
======== | ||
### 什么是接口文档管理工具? | ||
一个用PHP编写的在线API文档管理系统;其致力于快速解决团队内部接口文档的编写、维护、存档,以及减少团队协作开发的沟通成本。 | ||
### 特点 | ||
* 轻量级 | ||
* 架构简单轻巧利于二次开发 | ||
* 部署维护方便 | ||
|
||
安装步骤 | ||
项目部署 | ||
======== | ||
1.新建数据库导入 db.sql | ||
2.修改./MinPHP/core/config.php 数据库配置段 | ||
3.愉快的使用ing | ||
1. 在MySQL中新建api数据库,并执行 db.sql文件 | ||
2. 在./MinPHP/core/config.php配置文件中修改数据库连接信息 | ||
3. 把项目部署到Apache或Nginx中即可 | ||
|
||
使用说明 | ||
======== | ||
1.此版本为v1.1版本,权限控制。仅有超级管理员权限 | ||
2.**游客**只能查看接口分类,与接口信息(无增删改查权限) | ||
3.此版本默认的管理员有两个分别为admin(密码:654321)与root(密码:123456)。帐号可以手动修改user数据表 | ||
1. 当前版本(v1.1)版本只做了简单权限控制,一是有权限;二是无权限。 | ||
2. **游客** 只能查看接口分类和接口信息 __无增删改查权限__ | ||
3. 默认的管理员有两个分别为admin(密码:654321)与root(密码:123456)。 | ||
4. 登录帐号均是明码存储,所以可以手动修改user数据表。 | ||
|
||
原作者信息 | ||
========== | ||
>email: [email protected] | ||
> qq: 309581329 | ||
* :email: [email protected] | ||
* qq: 309581329 | ||
|
||
最后 | ||
==== | ||
非常欢迎大家贡献代码,让这个项目成长的更好。 |