# cmdb-backend **Repository Path**: shu_ke/cmdb-backend ## Basic Information - **Project Name**: cmdb-backend - **Description**: cmdb-backend - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmdb This project was generated via [manage-fastapi](https://ycd.github.io/manage-fastapi/)! :tada: ## run ```shell fastapi run --workers 4 main.offline.py.2024 gunicorn main:app -b 0.0.0.0:8001 -w 4 -k uvicorn.workers.UvicornWorker # -D 守护启动 -c 配置文件 uvicorn main:app --host 0.0.0.0 --port 8080 --workers 4 --reload ``` ## License This project is licensed under the terms of the None license.