We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python版本:3.6.1 Django版本:1.11.3 MySQL版本:5.7.18
项目地址:PyTransaction
api: 提供rest api,model配置 website: 提供网站模板渲染 py_transaction: 项目配置目录 static: 静态文件存放目录 templates: 模板存放目录
url:协议://主机/版本/资源路径,如:https://localhost/v1/user/1代表id为1的用户信息, 获取资源列表使用复数形式如获取用户列表:https://localhost/v1/users
url
请求方式:目前暂定使用GET、POST、PUT、DELETE四种方式
请求方式
http状态码:暂规定使用如下状态码返回
http状态码
消息体:返回的内容应当是json格式的,内容由开发者自己定义
消息体
文档:暂定使用swagger来编写api文档
文档
用户认证:暂定使用jwt token认证
用户认证
目前暂停前后端在同一项目中开发,后端提供api,前端负责页面模板的开发,由django提供路由功能, 采用djangorestframework作为rest框架。
提供了两个hello world 示例(在本地8000端口启动服务然后访问) 模板:hello world api:hello world
剩余项目成员或没有统计到,可根据兴趣与能力在issue中自由参加
The text was updated successfully, but these errors were encountered:
No branches or pull requests
开发环境
Python版本:3.6.1
Django版本:1.11.3
MySQL版本:5.7.18
项目
项目地址
项目地址:PyTransaction
项目结构
api: 提供rest api,model配置
website: 提供网站模板渲染
py_transaction: 项目配置目录
static: 静态文件存放目录
templates: 模板存放目录
git工作流程
restful api规范
url
:协议://主机/版本/资源路径,如:https://localhost/v1/user/1代表id为1的用户信息, 获取资源列表使用复数形式如获取用户列表:https://localhost/v1/users请求方式
:目前暂定使用GET、POST、PUT、DELETE四种方式http状态码
:暂规定使用如下状态码返回消息体
:返回的内容应当是json格式的,内容由开发者自己定义文档
:暂定使用swagger来编写api文档用户认证
:暂定使用jwt token认证to后端
to前端
模块
#### 说明
目前暂停前后端在同一项目中开发,后端提供api,前端负责页面模板的开发,由django提供路由功能, 采用djangorestframework作为rest框架。
提供了两个hello world 示例(在本地8000端口启动服务然后访问) 模板:hello world api:hello world
模块构想
交易规则:
开发者与用户:
平台权限:
用户注册信息:
平台基本架构及开发环境:
模块设计:
沟通方式设计:
评级系统:
暂定开发流程的:
项目成员分组:
剩余项目成员或没有统计到,可根据兴趣与能力在issue中自由参加
The text was updated successfully, but these errors were encountered: