Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 331 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 331 Bytes

MicroEvaluator

architecture

系统架构图

使用流程

  1. 启动后台8081端口

  2. 启动redis

    redis-server.exe redis.windows.conf
    
  3. 启动celery

    celery  -A backend worker  -l debug -P eventlet
    
  4. 启动前台

    npm run dev