文件名称:QuizMaster:可以解决测验和管理测验的系统
文件大小:26.57MB
文件格式:ZIP
更新时间:2024-05-19 08:38:12
JavaScript
测验大师 描述 测验大师是一个学习系统,可以通过解决测验来管理测验。 这个系统的配置是API是Rails,UI是react / redux。 要求 Ruby 2.5.1 Rails 5.2.0 API:端口3000 正面:端口8081 安装 后端 api服务器启动 git clone https://github.com/mcmht507/QuizMaster.git cd QuizMaster gem install bundler bundle install rails db:migrate RAILS_ENV=development rake db:seed RAILS_ENV=development rails s 文档服务器的路径 http://localhost:3000/docs 前端 api服务器启动 cd QuizMaster/ui yarn