Giter Site home page Giter Site logo

wistarine / eecs-online Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luhc228/eecs-online

0.0 0.0 0.0 5.41 MB

EECS在线评分系统

Home Page: http://47.97.215.154:3000/

License: MIT License

JavaScript 0.23% Python 35.33% TypeScript 62.88% CSS 1.46% HTML 0.09%

eecs-online's Introduction

EECS-online

EECS 在线评分系统

预览地址

Background

Introduction to EECS I课程以Python为教学语言,其中每周一次的Software Lab和Nano Quiz考察对原理、算法、编程的掌握程度。本系统为PC端软件,实现对Software Lab和Nano Quiz中每个问题的显示、答案提交和自动判分。

ENV

frontend
  • node: >=10.15.0 (LTS)

  • react: ^16.8.6

  • dva: ^2.6.0-beta.6

  • antd: ^3.19.5

backend
  • django: 2.2.6

Quick Preview

Backend admin dashboard

image.png

User login page

image.png

Teacher page

image.png

image.png

image.png

Student page

image.png

image.png

Quick Start

  • 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

Contributing

If you have want to contribute to this project, welcome to submit any ideas as pull requests or as GitHub issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.