- Team: Team 007
- Authors: Rain Zhao, Junwei Liang, Zhouzhou Zhang
A simple full-stack project based on Spring-Boot.
Run the application.
mvn spring-boot:runHead to OpenAPI Doc and start testing APIs.
http://localhost:2800/swagger-ui/index.html#
Alternatively, use curl.
curl -X GET localhost:2800/gradeRun the frontend server.
cd src/main/resources/static/frontend
npm run devFor production use, build the static file, which shall be handled by a web server.
npm run buildRun the test. Test is written in src/main/java/uk/ac/ucl/comp0010/Group007Application.java
mvn test