# commerce_trade **Repository Path**: tao-xiaoxin/commerce_trade ## Basic Information - **Project Name**: commerce_trade - **Description**: flask实现的商贸后台管理系统,包含个模块:采购管理,销售管理,仓库管理,数据统计,管理员管理,系统管理。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-04 - **Last Updated**: 2024-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README flask实现的简单商贸后台管理系统 ======= ## 商贸后台管理系统 > flask实现的商贸后台管理系统,包含个模块:采购管理,销售管理,仓库管理,数据统计,管理员管理,系统管理。 #### 效果图 ![Add_merchandise ](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Add_merchandise%20.png) ![Stock](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Stock.png) ![category](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/category.png) ![backup](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/backup.png) ![Purchase](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Purchase.png) ![login](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/login.png) ![Admin_list](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Admin_list.png) ![index](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/index.png) ![message](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/message.png) ![Statistics](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Statistics.png) ![Sale](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/Sale.png) ![flowsheet](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/flowsheet.png) ![db](https:/gitee.com/tao-xiaoxin/commerce_trade/blob/master/view-photo/db.png) #### 技术栈 - 后端flask及flask相关模块 - 数据库:mysql - 前端:layui #### 运行项目 ```python #clone项目到本地 git clone hhttps:/gitee.com/tao-xiaoxin/commerce_trade.git #安装依赖 pip install -r requirement.txt #运行sql #启动项目 python manage.py runserver #默认超级管理员 root:root ```