# Neta-KPI Project **Repository Path**: moemoela/Neta-KPI-Project ## Basic Information - **Project Name**: Neta-KPI Project - **Description**: 2018年重新开始构建的 KPI 项目 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-06 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neta-KPI Project #### 项目介绍 2018年重新开始构建的 KPI 项目 #### 软件架构 软件架构说明 backend --> 后端   --apis --> 存放接口   --config --> 存放配置         --__init__.py --> 数据库连接池父类         --dmls.py --> 数据库DML语句         --settings.py --> 数据库的配置         --urls.py --> 接口路径的映射   --start.py --> 启动脚本及端口配置 frontend --> 前端,vue-cli脚手架 #### 安装教程 1. 后端api:tornado, psycopg2 (pip install) 2. 前端: npm i element-ui -S;npm install --save axios #### 使用说明 1. 在backend目录下启动api:py -3 start.py 2. 在frontend目录下启动前端:npm run dev 3. 未build页面在8080端口