Merge branch ‘dev/email_module’ This commit adds email verification and reset password feature. See eduoj/backend#120, eduoj/frontend#9 Signed-off-by: Leo Lu luyuxuanleo@gmail.com
Merge branch ‘dev/email_module’
This commit adds email verification and reset password feature. See eduoj/backend#120, eduoj/frontend#9
Signed-off-by: Leo Lu luyuxuanleo@gmail.com
这个仓库存储EduOJ的前端代码。
EduOJ是一个面向教学的在线评测系统,将程序在线评测和编辑管理功能结合到一起,实现高效的班级、作业管理,作业自动检验。
目前应用于北京工业大学。
sudo apt-get update sudo apt-get install -y git git clone https://github.com/EduOJ/frontend.git cd frontend yarn build
复制frontend/src/config/config.example.js,如有需要可修改其中的title和apiUrl
frontend/src/config/config.example.js
title
apiUrl
cp src/config/config.example.js src/config/config.js
把dist部署到nginx根目录,并配置/api目录到后端的反向代理
dist
nginx
/api
我们的文档还在施工中。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
EduOJ Frontend
这个仓库存储EduOJ的前端代码。
EduOJ是一个面向教学的在线评测系统,将程序在线评测和编辑管理功能结合到一起,实现高效的班级、作业管理,作业自动检验。
部署
下载 & 构建
配置
复制
frontend/src/config/config.example.js
,如有需要可修改其中的title
和apiUrl
部署
把
dist
部署到nginx
根目录,并配置/api
目录到后端的反向代理文档
我们的文档还在施工中。