中文 | English | 需求文档 | 数据库文档 | API文档 | TODO
- 安装数据库 install MySQL
- 运行前端
cd vue-ui
npm i
npm run serve- 运行后端(以Windows系统为例)
cd django_be
pip install -r requirement.txt
python manage.py makemigration
python manage.py migrate
python manage.py runserver- 前端
- Vue2.x
- Element-ui
- 后端
- Django
- Windows 11 22H2
- Python 3.7.3
- Node.js v16.18.1
- MySQL 8.0.31