This system is a spring boot + vue test system with separated front and back ends. The main advantages are simple and quick development and deployment, friendly interface design, and clear code structure. The current question types include single-choice questions, multiple-choice questions, true/false questions, fill-in-the-blank questions, and simple questions.
git clone https://github.com/Fr3027/exam.git
npm install -g cnpm --registry=https://registry.npm.taobao.org
mysql -uroot -proot<sql.sql
cd app
cnpm install
cd spring-boot-mybatis-mysql-example
./mvnw spring-boot:run
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2021 Fr3027