An open API service indexing awesome lists of open source software.

https://github.com/meanstrong/flask-backend-api-example

基于Flask的后端API示例代码
https://github.com/meanstrong/flask-backend-api-example

backend-api flask python3

Last synced: 2 months ago
JSON representation

基于Flask的后端API示例代码

Awesome Lists containing this project

README

          

# flask-backend-api-example - 基于Flask的后端API示例

## About
基于Flask的后端API示例代码。

## Usage
修改`web/config.py`文件中的相关配置项,执行`python app.py`启动应用。

## Struct
整体的代码调用结构:
app -> controller(API路由) -> resource(资源操作) -> service(原子操作) -> model(数据表定义)