Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Nagico/teamup_backend

Repository files navigation

赛道友你后端

✨ Author: Nagico ✨

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

项目地址

测试

codecov

开发

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

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

  1. 使用 Pycharm 打开项目

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

  1. 运行项目

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

  1. 运行测试

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

About

赛道友你 后端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published