美多商城,本仓库使用FastAPI进行翻抄,大部分API一致,目前抄完部分
- redis - aioredis
- mysql8 - tortoise-orm
- elasticsearch - elasticsearch[async]
- rabbitmq - celery
- fastdfs - py3Fdfs
- docker-compose up -d 可以搭建部分环境
- 或者直接修改.development 中的配置信息
- pip install -r requirements.txt (建议提前建立虚拟环境)
- 新建数据库 mall, 导入score目录下的
mall.sql
文件 - python main.py
- 访问IP:8000/docs, 初始登录的账号密码为 string string
- 支付对接
- 代码优化