Skip to content

Repository files navigation

UCL COMP0010 GROUP 007

  • Team: Team 007
  • Authors: Rain Zhao, Junwei Liang, Zhouzhou Zhang

Poster

Introduction

A simple full-stack project based on Spring-Boot.

Get Started

Run the application.

mvn spring-boot:run

Head to OpenAPI Doc and start testing APIs.

http://localhost:2800/swagger-ui/index.html#

Alternatively, use curl.

curl -X GET localhost:2800/grade

Run the frontend server.

cd src/main/resources/static/frontend
npm run dev

For production use, build the static file, which shall be handled by a web server.

npm run build

Run the test. Test is written in src/main/java/uk/ac/ucl/comp0010/Group007Application.java

mvn test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages