7cf0a756039935165faf36fe3296b699d0bc0916
销售业绩与收益计算管理系统
项目结构
sales-management-system/
├── backend/ # FastAPI 后端
├── frontend/ # Vue3 前端
└── docs/ # 项目文档
技术栈
- 后端: FastAPI + SQLite3
- 前端: Vue 3 + Element Plus + ECharts
- 认证: JWT
开发文档
快速开始
后端启动
cd backend
pip install -r requirements.txt
python init_db.py
uvicorn app.main:app --reload
前端启动
cd frontend
npm install
npm run dev
默认账号
- 用户名: admin
- 密码: admin123
Description
Languages
Python
51.7%
Vue
43.6%
JavaScript
4.6%
HTML
0.1%