ShobanChiddarth/sigmadojo-backend
GitHub: ShobanChiddarth/sigmadojo-backend
SigmaDojo 产品的 FastAPI 后端服务,提供 API 接口并支持容器化部署。
Stars: 0 | Forks: 0
# SigmaDojo 后端
SigmaDojo 的 FastAPI 后端。
## [API 文档](./docs/API.md)
## 环境要求
1. python 3.12
2. `pip install -r requirements.txt`
数据库要求为 sqlite,原生支持。
## 运行步骤
1. `set -a`
2. `cp sample.env .env`
3. 编辑 .env
4. `source .env`
5. `uvicorn app.main:app --host 0.0.0.0 --port 8000`
## 以容器方式运行
### 拉取:
```
docker pull shobanchiddarth/sigmadojo-backend:latest
```
### 运行:
```
docker run -d shobanchiddarth/sigmadojo-backend:latest
```
标签:AV绕过, Docker, FastAPI, Python, Retryablehttp, SQLite, 后端开发, 安全防御评估, 无后门, 请求拦截, 逆向工具