Skip to content

zihaojf/zq_yifu_backend

Repository files navigation

驿夫电动车充电小程序后端

✨ Author: Ziqiang Studio ✨

python django docker
Production Server CI/CD Test Server CI/CD

项目地址

开发

  1. 克隆项目
git clone https://github.com/ZiqiangStudio/zq_yifu_backend.git
  1. 创建 conda 环境(推荐)
conda create -n yifu python=3.11
conda activate yifu
  1. 安装依赖
pip install poetry
poetry install --with dev
  1. 更新配置文件

将实际配置写入 config/.env 文件中

  1. 使用 Pycharm 打开项目

在右下角选择 , Add New Interpreter, Add Local Interpreter, Conda Environment。在 Use existing environment 中选择 yifu 环境

  1. 运行项目

选择 Local Server 作为运行项目,并启动

  1. 运行测试

选择 Test All with pytest 作为运行项目,并启动

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published