EECS 在线评分系统
Introduction to EECS I课程以Python为教学语言,其中每周一次的Software Lab和Nano Quiz考察对原理、算法、编程的掌握程度。本系统为PC端软件,实现对Software Lab和Nano Quiz中每个问题的显示、答案提交和自动判分。
-
node: >=10.15.0 (LTS)
-
react: ^16.8.6
-
dva: ^2.6.0-beta.6
-
antd: ^3.19.5
- django: 2.2.6
-
clone repository
git clone https://github.com/luhc228/eecs-online.git
-
cd eecs-online
cd eecs-online
-
install frontend dependencies
cd eecs-online-client npm install
-
start frontend project
npm start
-
install backend dependencies
cd eecs-online-server pip install -r requirements.txt
-
start backend project
python manage.py runserver
If you have want to contribute to this project, welcome to submit any ideas as pull requests or as GitHub issues.