# ai-interviewer **Repository Path**: JKcoding/ai-interviewer ## Basic Information - **Project Name**: ai-interviewer - **Description**: ai面试官, 智谱 ai 分析面试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 执行sql下的文件 2. 在ai-interview-api中配置.env文件,参考.env_example, 配置前有NOT_前缀的是不需要加密的变量 3. 在 idea 中的环境变量设置(可自定义): jasypt.encryptor.password=ai-interviewer-2025;env.file.name=.env 4. frontend配置js/request.js中的baseURL,指向ai-interview-api, 使用 vscode 启动frontend项目, 使用 live server打开admin.html 5. interview-app配置 App.vue中的serverUrl,指向ai-interview-api, 使用hbuilder启动interview-app项目