6 Star 1 Fork 0

xatom / xatom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
ken 提交于 2021-04-30 19:18 . 完善文档

xatom

介绍

基于python3的单元测试框架

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

开发手册

使用前先操作配置文件

将config下面的app.ini.example复制一份改名为app.ini
将config下面的database.ini.example复制一份改名为database.ini

1.路由route

在app/route中新建路由文件,比如:example.py

然后再public/main.py中注册路由,比如:app.register_blueprint(example, url_prefix='/example')

2.控制器controller

在app/controller中新建控制器,比如:example_controller.py

3.服务server

在app/server中新建服务,比如:example_server.py

4.模型model

5.视图view

帮助文档

前端框架

Python
1
https://gitee.com/xatom/xatom.git
git@gitee.com:xatom/xatom.git
xatom
xatom
xatom
master

搜索帮助