first commit

This commit is contained in:
2026-04-17 13:23:50 +08:00
commit d985b56ac6
46 changed files with 8171 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# 复制为 .env 后填写(不要提交真实密钥到 Git
PORT=3000
# DeepSeek简历结构化 + 面试评估);不配置则走规则解析与默认面试题
DEEPSEEK_API_KEY=
# MySQL可选不配置则不落库仅用内存会话
MYSQL_HOST=
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=
MYSQL_DATABASE=Resume
# 上传会话 TTL毫秒可选
# UPLOAD_SESSION_TTL_MS=3600000